summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 27802df)
raw | patch | inline | side by side (parent: 27802df)
author | prokoudine <prokoudine@users.sourceforge.net> | |
Thu, 24 Jul 2008 16:20:18 +0000 (16:20 +0000) | ||
committer | prokoudine <prokoudine@users.sourceforge.net> | |
Thu, 24 Jul 2008 16:20:18 +0000 (16:20 +0000) |
thanks for the hint, bulia ;-)
src/widgets/toolbox.cpp | patch | blob | history |
index df3503ec052df1f0a483a30b6661b0711087513b..db3d45d3e8c7030851b884184330f69e36473a11 100644 (file)
--- 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" );