summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f52d2fd)
raw | patch | inline | side by side (parent: f52d2fd)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 7 Feb 2007 18:54:01 +0000 (18:54 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 7 Feb 2007 18:54:01 +0000 (18:54 +0000) |
src/verbs.cpp | patch | blob | history |
diff --git a/src/verbs.cpp b/src/verbs.cpp
index 2a8120aed357b55d6edb43627c5868c073b9f3bd..123ccf96ce39cfbcc22c99a7725dc1b824822197 100644 (file)
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
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),