diff options
| author | Alexandre Prokoudine <alexandre.prokoudine@gmail.com> | 2008-07-24 16:20:18 +0000 |
|---|---|---|
| committer | prokoudine <prokoudine@users.sourceforge.net> | 2008-07-24 16:20:18 +0000 |
| commit | 5bfbf15ea3bc79a5e6a6119044539387a4640ee4 (patch) | |
| tree | fa1f7e885fd91923940b2c4f59d3e576737df94b /src/widgets/toolbox.cpp | |
| parent | Fixed regression: changing blend mode in layers dialog didn't work (diff) | |
| download | inkscape-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.cpp | 2 |
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" ); |
