diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2010-09-19 11:19:12 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2010-09-19 11:19:12 +0000 |
| commit | 1ed113135ec38da1622a62e7afef89a7a3de7c97 (patch) | |
| tree | 6cb7540702a14b2223234a3c242b5b46e29c15de /src/verbs.cpp | |
| parent | Units generalisation (Bug #560751) (diff) | |
| download | inkscape-1ed113135ec38da1622a62e7afef89a7a3de7c97.tar.gz inkscape-1ed113135ec38da1622a62e7afef89a7a3de7c97.zip | |
Tooltips inconsistency fix (Bug 340723)
(bzr r9769)
Diffstat (limited to 'src/verbs.cpp')
| -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 eaf16e93f..378d81281 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2626,7 +2626,7 @@ Verb *Verb::_base_verbs[] = { new DialogVerb(SP_VERB_DIALOG_METADATA, "DialogMetadata", N_("Document _Metadata..."), N_("Edit document metadata (to be saved with the document)"), INKSCAPE_ICON_DOCUMENT_METADATA ), new DialogVerb(SP_VERB_DIALOG_FILL_STROKE, "DialogFillStroke", N_("_Fill and Stroke..."), - N_("Edit objects' colors, gradients, stroke width, arrowheads, dash patterns..."), INKSCAPE_ICON_DIALOG_FILL_AND_STROKE), + N_("Edit objects' colors, gradients, arrowheads, and other fill and stroke properties..."), INKSCAPE_ICON_DIALOG_FILL_AND_STROKE), new DialogVerb(SP_VERB_DIALOG_GLYPHS, "DialogGlyphs", N_("Glyphs..."), N_("Select characters from a glyphs palette"), GTK_STOCK_SELECT_FONT), // TRANSLATORS: "Swatches" means: color samples |
