From: prokoudine Date: Thu, 28 May 2009 14:42:29 +0000 (+0000) Subject: Fixed ellipsis X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2cddfc9ea6c6d5930a345af66f6f9bc7e46d4e52;p=inkscape.git Fixed ellipsis --- 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),