summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-04-14 02:54:17 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-04-14 02:54:17 +0000
commitade3826116ef0fcf7cc12137c9a1783731e876cf (patch)
tree0f67b0a183d20bcc27f48ebe79f45c0b7da51046 /src/verbs.cpp
parentremoving generated file (diff)
downloadinkscape-ade3826116ef0fcf7cc12137c9a1783731e876cf.tar.gz
inkscape-ade3826116ef0fcf7cc12137c9a1783731e876cf.zip
fix 1356914
(bzr r518)
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 fb0b50c8e..d9f89b98a 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -1895,7 +1895,7 @@ Verb *Verb::_base_verbs[] = {
new EditVerb(SP_VERB_EDIT_COPY, "EditCopy", N_("_Copy"),
N_("Copy selection to clipboard"), GTK_STOCK_COPY),
new EditVerb(SP_VERB_EDIT_PASTE, "EditPaste", N_("_Paste"),
- N_("Paste objects from clipboard to mouse point"), GTK_STOCK_PASTE),
+ N_("Paste objects from clipboard to mouse point, or paste text"), GTK_STOCK_PASTE),
new EditVerb(SP_VERB_EDIT_PASTE_STYLE, "EditPasteStyle", N_("Paste _Style"),
N_("Apply the style of the copied object to selection"), "selection_paste_style"),
new EditVerb(SP_VERB_EDIT_PASTE_SIZE, "EditPasteSize", N_("Paste Si_ze"),