summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-07-17 18:47:49 +0000
committerJaviertxo <jtx@jtx.marker.es>2013-07-17 18:47:49 +0000
commit00b6038922558dec35d4ba2b5d9a1c96edc7ee5d (patch)
treeb3200a45594f2b55a4b753bc28e07246a94e5644 /src/verbs.cpp
parentUpdate to trunk (diff)
parentChanged metadata tooltips to match the definition of Dublin Core terms. (diff)
downloadinkscape-00b6038922558dec35d4ba2b5d9a1c96edc7ee5d.tar.gz
inkscape-00b6038922558dec35d4ba2b5d9a1c96edc7ee5d.zip
Update to trunk
(bzr r11950.1.126)
Diffstat (limited to 'src/verbs.cpp')
-rw-r--r--src/verbs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index d0396155c..a085e841f 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -2452,10 +2452,10 @@ 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_("Create _Guides Around the Page"),
- N_("Create four guides aligned with the page borders"), NULL),
new EditVerb(SP_VERB_EDIT_DELETE_ALL_GUIDES, "EditRemoveAllGuides", N_("Delete All Guides"),
N_("Create four guides aligned with the page borders"), NULL),
+ 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")),