summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 93a5259)
raw | patch | inline | side by side (parent: 93a5259)
author | prokoudine <prokoudine@users.sourceforge.net> | |
Thu, 28 May 2009 14:42:29 +0000 (14:42 +0000) | ||
committer | prokoudine <prokoudine@users.sourceforge.net> | |
Thu, 28 May 2009 14:42:29 +0000 (14:42 +0000) |
src/verbs.cpp | patch | blob | history |
diff --git a/src/verbs.cpp b/src/verbs.cpp
index b5696d389720cf5aaf2566f0944465b2efd73f98..6e74d3f219cb389082fc10701da9961a975f4785 100644 (file)
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
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),