summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-07-21 02:19:56 +0000
committerJohn Smith <john.smith7545@yahoo.com>2012-07-21 02:19:56 +0000
commit7e59062e6023308843910f8997d7c10ad717e543 (patch)
tree6fccda4f48934fb3bc5db4809189a56a38a66fe3 /src/verbs.cpp
parentFix for 908392 : Swatches dialog minimum size (diff)
downloadinkscape-7e59062e6023308843910f8997d7c10ad717e543.tar.gz
inkscape-7e59062e6023308843910f8997d7c10ad717e543.zip
Fix for 960240 : Rename Edit:Find to Find Replace
(bzr r11560)
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 399e51593..effa49e4e 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -2681,7 +2681,7 @@ Verb *Verb::_base_verbs[] = {
N_("View and select font family, font size and other text properties"), INKSCAPE_ICON("dialog-text-and-font")),
new DialogVerb(SP_VERB_DIALOG_XML_EDITOR, "DialogXMLEditor", N_("_XML Editor..."),
N_("View and edit the XML tree of the document"), INKSCAPE_ICON("dialog-xml-editor")),
- new DialogVerb(SP_VERB_DIALOG_FIND, "DialogFind", N_("_Find..."),
+ new DialogVerb(SP_VERB_DIALOG_FIND, "DialogFind", N_("_Find/Replace..."),
N_("Find objects in document"), GTK_STOCK_FIND ),
new DialogVerb(SP_VERB_DIALOG_FINDREPLACE, "DialogFindReplace", N_("Find and _Replace Text..."),
N_("Find and replace text in document"), GTK_STOCK_FIND_AND_REPLACE ),