diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-09-10 17:39:03 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-09-10 17:39:03 +0000 |
| commit | 52c4789331bf3a568d1830714382b50c9480f5b6 (patch) | |
| tree | afb92937449e406ded01c3400f1fcd016ffcf124 | |
| parent | Merge branch 'appdata-old-id-provides' of gitlab.com:klember/inkscape (diff) | |
| download | inkscape-52c4789331bf3a568d1830714382b50c9480f5b6.tar.gz inkscape-52c4789331bf3a568d1830714382b50c9480f5b6.zip | |
Improve help string for CSS dialog
Fixes https://gitlab.com/inkscape/inkscape/issues/403
| -rw-r--r-- | src/verbs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index 77ed46689..3ba863cdf 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -3076,7 +3076,7 @@ Verb *Verb::_base_verbs[] = { 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 and CSS..."), - N_("View and edit selections and CSS styles"), INKSCAPE_ICON("dialog-selectors")), + N_("View and edit CSS selectors and styles"), INKSCAPE_ICON("dialog-selectors")), new DialogVerb(SP_VERB_DIALOG_FIND, "DialogFind", N_("_Find/Replace..."), N_("Find objects in document"), INKSCAPE_ICON("edit-find")), #if HAVE_ASPELL |
