diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-02-07 18:54:01 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-02-07 18:54:01 +0000 |
| commit | 944be974e9d5b8ab841649cc369136aefb2762b7 (patch) | |
| tree | c3d9b48a901bdf54bba0575e680a39f6f6b73433 /src/verbs.cpp | |
| parent | Fix parsing of bools (diff) | |
| download | inkscape-944be974e9d5b8ab841649cc369136aefb2762b7.tar.gz inkscape-944be974e9d5b8ab841649cc369136aefb2762b7.zip | |
more informative tooltip
(bzr r2338)
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 2a8120aed..123ccf96c 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2308,7 +2308,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)"), "document_metadata" ), new DialogVerb(SP_VERB_DIALOG_FILL_STROKE, "DialogFillStroke", N_("_Fill and Stroke..."), - N_("Edit objects' style, such as color or stroke width"), "fill_and_stroke"), + N_("Edit objects' colors, gradients, stroke width, arrowheads, dash patterns..."), "fill_and_stroke"), // TRANSLATORS: "Swatches" means: color samples new DialogVerb(SP_VERB_DIALOG_SWATCHES, "DialogSwatches", N_("S_watches..."), N_("Select colors from a swatches palette"), GTK_STOCK_SELECT_COLOR), |
