From 52c4789331bf3a568d1830714382b50c9480f5b6 Mon Sep 17 00:00:00 2001 From: Patrick Storz Date: Tue, 10 Sep 2019 19:39:03 +0200 Subject: Improve help string for CSS dialog Fixes https://gitlab.com/inkscape/inkscape/issues/403 --- src/verbs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/verbs.cpp') 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 -- cgit v1.2.3