diff options
| author | Ivan Mas??r <helix84@centrum.sk> | 2009-05-26 12:02:08 +0000 |
|---|---|---|
| committer | helix84 <helix84@users.sourceforge.net> | 2009-05-26 12:02:08 +0000 |
| commit | 297cc2c101e4b70c39992e2c02605026123ff54c (patch) | |
| tree | ff13354789599ff34072b2d8fa5a6594f162658a /src/widgets/toolbox.cpp | |
| parent | Better color management for Darken edges and Dark and glow, the latter with m... (diff) | |
| download | inkscape-297cc2c101e4b70c39992e2c02605026123ff54c.tar.gz inkscape-297cc2c101e4b70c39992e2c02605026123ff54c.zip | |
* [INTL:*] string fixes
* [INTL:*] make inkscape.pot
* [INTL: sk] Slovak translation update (trunk)
(bzr r7942)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index fbcb397cf..f1b04a201 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -3854,7 +3854,7 @@ static void sp_add_freehand_mode_toggle(GtkActionGroup* mainActions, GObject* ho EgeSelectOneAction* act = ege_select_one_action_new(tool_is_pencil ? "FreehandModeActionPencil" : "FreehandModeActionPen", - (_("Mode:")), ("Mode"), NULL, GTK_TREE_MODEL(model) ); + (_("Mode:")), (_("Mode of new lines drawn by this tool")), NULL, GTK_TREE_MODEL(model) ); gtk_action_group_add_action( mainActions, GTK_ACTION(act) ); ege_select_one_action_set_appearance( act, "full" ); @@ -3911,7 +3911,7 @@ freehand_add_advanced_shape_options(GtkActionGroup* mainActions, GObject* holder items = 0; EgeSelectOneAction* act1 = ege_select_one_action_new( tool_is_pencil ? "SetPencilShapeAction" : "SetPenShapeAction", - _("Shape:"), ("Shape"), NULL, GTK_TREE_MODEL(model)); + _("Shape:"), (_("Shape of new paths drawn by this tool")), NULL, GTK_TREE_MODEL(model)); g_object_set( act1, "short_label", _("Shape:"), NULL ); ege_select_one_action_set_appearance( act1, "compact" ); ege_select_one_action_set_active( act1, prefs->getInt(( tool_is_pencil ? "/tools/freehand/pencil/shape" : "/tools/freehand/pen/shape" ), 0) ); |
