diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2013-04-18 21:28:17 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2013-04-18 21:28:17 +0000 |
| commit | ff4d08c8cdd344469f346cdd647ce6b694a7abfe (patch) | |
| tree | 8aecfa53b38a0fafea32fe933d5651c3f0915a02 /src/verbs.cpp | |
| parent | merge from trunk (r12272) (diff) | |
| parent | Add symbolic icons set by Jimmac & Barbara Muraus (diff) | |
| download | inkscape-ff4d08c8cdd344469f346cdd647ce6b694a7abfe.tar.gz inkscape-ff4d08c8cdd344469f346cdd647ce6b694a7abfe.zip | |
merge from trunk (r12281)
(bzr r11668.1.67)
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 b8e72bc9b..4777e168c 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2753,7 +2753,7 @@ Verb *Verb::_base_verbs[] = { new DialogVerb(SP_VERB_DIALOG_SWATCHES, "DialogSwatches", N_("S_watches..."), N_("Select colors from a swatches palette"), GTK_STOCK_SELECT_COLOR), new DialogVerb(SP_VERB_DIALOG_SYMBOLS, "DialogSymbols", N_("S_ymbols..."), - N_("Select symbol from a symbols palette"), GTK_STOCK_SELECT_COLOR), + N_("Select symbol from a symbols palette"), INKSCAPE_ICON("symbols")), new DialogVerb(SP_VERB_DIALOG_TRANSFORM, "DialogTransform", N_("Transfor_m..."), N_("Precisely control objects' transformations"), INKSCAPE_ICON("dialog-transform")), new DialogVerb(SP_VERB_DIALOG_ALIGN_DISTRIBUTE, "DialogAlignDistribute", N_("_Align and Distribute..."), |
