Code

marked "Mode:" for translation
authorprokoudine <prokoudine@users.sourceforge.net>
Thu, 24 Jul 2008 16:20:18 +0000 (16:20 +0000)
committerprokoudine <prokoudine@users.sourceforge.net>
Thu, 24 Jul 2008 16:20:18 +0000 (16:20 +0000)
thanks for the hint, bulia ;-)

src/widgets/toolbox.cpp

index df3503ec052df1f0a483a30b6661b0711087513b..db3d45d3e8c7030851b884184330f69e36473a11 100644 (file)
@@ -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" );