summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2010-12-17 16:06:36 +0000
committerKris <Kris.De.Gussem@hotmail.com>2010-12-17 16:06:36 +0000
commitc3051ca878d6120911d9ca6534dfd63ad80cb19d (patch)
tree0db11a8476d50caf331bbbfef6b67e7ee9a5b7ac /src/verbs.cpp
parentUser message context in extensions (diff)
downloadinkscape-c3051ca878d6120911d9ca6534dfd63ad80cb19d.tar.gz
inkscape-c3051ca878d6120911d9ca6534dfd63ad80cb19d.zip
Mnemonics in fill and stroke dialog and menu
(bzr r9964)
Diffstat (limited to 'src/verbs.cpp')
-rw-r--r--src/verbs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index a218e85db..4cdad7d36 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -2437,7 +2437,7 @@ Verb *Verb::_base_verbs[] = {
N_("Raise the current layer"), INKSCAPE_ICON_LAYER_RAISE),
new LayerVerb(SP_VERB_LAYER_LOWER, "LayerLower", N_("_Lower Layer"),
N_("Lower the current layer"), INKSCAPE_ICON_LAYER_LOWER),
- new LayerVerb(SP_VERB_LAYER_DUPLICATE, "LayerDuplicate", N_("Duplicate Current Layer"),
+ new LayerVerb(SP_VERB_LAYER_DUPLICATE, "LayerDuplicate", N_("D_uplicate Current Layer"),
N_("Duplicate an existing layer"), NULL),
new LayerVerb(SP_VERB_LAYER_DELETE, "LayerDelete", N_("_Delete Current Layer"),
N_("Delete the current layer"), INKSCAPE_ICON_LAYER_DELETE),