From eff2aa4cbf77f5fec1ba2fd98f482737635db342 Mon Sep 17 00:00:00 2001 From: Felipe Corr??a da Silva Sanches Date: Wed, 22 Jun 2011 09:56:30 -0300 Subject: =?UTF-8?q?The=20label=20=E2=80=98Guides=20Around=20Page=E2=80=99?= =?UTF-8?q?=20does=20not=20include=20a=20verb.=20=E2=80=98Guides=20Around?= =?UTF-8?q?=20Page=E2=80=99=20what=3F=20'Create=20Guides=20Around=20the=20?= =?UTF-8?q?Page'=20:-D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit http://cuts.thinking-garment.com/144 (bzr r10340) --- src/verbs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/verbs.cpp') 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), -- cgit v1.2.3