summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>2009-05-28 14:42:29 +0000
committerprokoudine <prokoudine@users.sourceforge.net>2009-05-28 14:42:29 +0000
commite839d22f09e0bec975015c1490924063bd0af73d (patch)
tree534b0eb1bfbd055cbd64ab25bc29ef29cc609cf5 /src/verbs.cpp
parentshare/tutorials/tutorial-basic.de.svg: zoom entry field has moved from left t... (diff)
downloadinkscape-e839d22f09e0bec975015c1490924063bd0af73d.tar.gz
inkscape-e839d22f09e0bec975015c1490924063bd0af73d.zip
Fixed ellipsis
(bzr r7959)
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 b5696d389..6e74d3f21 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -2451,7 +2451,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_("Duplicate 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),