summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp
diff options
context:
space:
mode:
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>2008-07-24 16:20:18 +0000
committerprokoudine <prokoudine@users.sourceforge.net>2008-07-24 16:20:18 +0000
commit5bfbf15ea3bc79a5e6a6119044539387a4640ee4 (patch)
treefa1f7e885fd91923940b2c4f59d3e576737df94b /src/widgets/toolbox.cpp
parentFixed regression: changing blend mode in layers dialog didn't work (diff)
downloadinkscape-5bfbf15ea3bc79a5e6a6119044539387a4640ee4.tar.gz
inkscape-5bfbf15ea3bc79a5e6a6119044539387a4640ee4.zip
marked "Mode:" for translation
thanks for the hint, bulia ;-) (bzr r6410)
Diffstat (limited to 'src/widgets/toolbox.cpp')
-rw-r--r--src/widgets/toolbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index df3503ec0..db3d45d3e 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -3312,7 +3312,7 @@ static void sp_add_spiro_toggle(GtkActionGroup* mainActions, GObject* holder, bo
EgeSelectOneAction* act = ege_select_one_action_new(tool_is_pencil ?
"FreehandModeActionPencil" :
"FreehandModeActionPen",
- ("Mode:"), ("Mode"), NULL, GTK_TREE_MODEL(model) );
+ (_("Mode:")), ("Mode"), NULL, GTK_TREE_MODEL(model) );
gtk_action_group_add_action( mainActions, GTK_ACTION(act) );
ege_select_one_action_set_appearance( act, "full" );