summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sp-guide.cpp2
-rw-r--r--src/verbs.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/sp-guide.cpp b/src/sp-guide.cpp
index 19b64eb1a..aa365eb99 100644
--- a/src/sp-guide.cpp
+++ b/src/sp-guide.cpp
@@ -296,7 +296,7 @@ sp_guide_create_guides_around_page(SPDesktop *dt) {
sp_guide_pt_pairs_to_guides(dt, pts);
- DocumentUndo::done(doc, SP_VERB_NONE, _("Guides Around Page"));
+ DocumentUndo::done(doc, SP_VERB_NONE, _("Create Guides Around the Page"));
}
void SPGuide::showSPGuide(SPCanvasGroup *group, GCallback handler)
diff --git a/src/verbs.cpp b/src/verbs.cpp
index 1cdbd71d0..da2e396c7 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -2338,7 +2338,7 @@ Verb *Verb::_base_verbs[] = {
N_("Select previous object or node"), NULL),
new EditVerb(SP_VERB_EDIT_DESELECT, "EditDeselect", N_("D_eselect"),
N_("Deselect any selected objects or nodes"), INKSCAPE_ICON_EDIT_SELECT_NONE),
- new EditVerb(SP_VERB_EDIT_GUIDES_AROUND_PAGE, "EditGuidesAroundPage", N_("_Guides Around Page"),
+ new EditVerb(SP_VERB_EDIT_GUIDES_AROUND_PAGE, "EditGuidesAroundPage", N_("Create _Guides Around the Page"),
N_("Create four guides aligned with the page borders"), NULL),
new EditVerb(SP_VERB_EDIT_NEXT_PATHEFFECT_PARAMETER, "EditNextPathEffectParameter", N_("Next path effect parameter"),
N_("Show next editable path effect parameter"), INKSCAPE_ICON_PATH_EFFECT_PARAMETER_NEXT),