summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFelipe Corr??a da Silva Sanches <juca@members.fsf.org>2011-06-22 12:56:30 +0000
committerFelipe C. da S. Sanches <juca@members.fsf.org>2011-06-22 12:56:30 +0000
commiteff2aa4cbf77f5fec1ba2fd98f482737635db342 (patch)
tree0f5871f847e7174ce499f8411a9856daa2e18a59 /src
parentWarning cleanup. (diff)
downloadinkscape-eff2aa4cbf77f5fec1ba2fd98f482737635db342.tar.gz
inkscape-eff2aa4cbf77f5fec1ba2fd98f482737635db342.zip
The label ‘Guides Around Page’ does not include a verb. ‘Guides Around Page’ what?
'Create Guides Around the Page' :-D http://cuts.thinking-garment.com/144 (bzr r10340)
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),