diff options
| author | Felipe Corr??a da Silva Sanches <juca@members.fsf.org> | 2011-06-22 12:56:30 +0000 |
|---|---|---|
| committer | Felipe C. da S. Sanches <juca@members.fsf.org> | 2011-06-22 12:56:30 +0000 |
| commit | eff2aa4cbf77f5fec1ba2fd98f482737635db342 (patch) | |
| tree | 0f5871f847e7174ce499f8411a9856daa2e18a59 /src/verbs.cpp | |
| parent | Warning cleanup. (diff) | |
| download | inkscape-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/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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), |
