Code

Fixed ellipsis
authorprokoudine <prokoudine@users.sourceforge.net>
Thu, 28 May 2009 14:42:29 +0000 (14:42 +0000)
committerprokoudine <prokoudine@users.sourceforge.net>
Thu, 28 May 2009 14:42:29 +0000 (14:42 +0000)
src/verbs.cpp

index b5696d389720cf5aaf2566f0944465b2efd73f98..6e74d3f219cb389082fc10701da9961a975f4785 100644 (file)
@@ -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),