summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-06-10 18:05:40 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-06-10 18:05:40 +0000
commit99fa4a496962196fd7f81e978dd82a09f987f14d (patch)
treebdbaac2829dbdc3fcacd1e83148861f918fc4d0c /src/verbs.cpp
parentDialogs improvement (diff)
downloadinkscape-99fa4a496962196fd7f81e978dd82a09f987f14d.tar.gz
inkscape-99fa4a496962196fd7f81e978dd82a09f987f14d.zip
Add shortcut
Diffstat (limited to 'src/verbs.cpp')
-rw-r--r--src/verbs.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index cf30f1dea..874f253c1 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -3107,9 +3107,8 @@ Verb *Verb::_base_verbs[] = {
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_SELECTORS, "DialogSelectors", N_("_Selectors & CSS..."),
+ new DialogVerb(SP_VERB_DIALOG_SELECTORS, "DialogSelectors", N_("_Selectors and CSS..."),
N_("View and edit selections and CSS styles"), INKSCAPE_ICON("dialog-selectors")),
-
new DialogVerb(SP_VERB_DIALOG_FIND, "DialogFind", N_("_Find/Replace..."), N_("Find objects in document"),
INKSCAPE_ICON("edit-find")),
new DialogVerb(SP_VERB_DIALOG_SPELLCHECK, "DialogSpellcheck", N_("Check Spellin_g..."),