Code

fix 1356914
authorbuliabyak <buliabyak@users.sourceforge.net>
Fri, 14 Apr 2006 02:54:17 +0000 (02:54 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Fri, 14 Apr 2006 02:54:17 +0000 (02:54 +0000)
src/verbs.cpp

index fb0b50c8e121cf7022b7264a958b71da5cb63cff..d9f89b98a6a474a83b2e365e6d56854f4350dae1 100644 (file)
@@ -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"),