Code

more messages marked for translation
authorprokoudine <prokoudine@users.sourceforge.net>
Fri, 8 Aug 2008 10:25:54 +0000 (10:25 +0000)
committerprokoudine <prokoudine@users.sourceforge.net>
Fri, 8 Aug 2008 10:25:54 +0000 (10:25 +0000)
src/widgets/toolbox.cpp

index ba35f7a3d5f590a4da2fdf3dd008f0f07ce21214..a27e3906cdd841dcb3cd990f886fcd4bbbf9c45c 100644 (file)
@@ -3488,7 +3488,7 @@ static void sp_pencil_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActio
 
     /* Tolerance */
     {
-        gchar const* labels[] = {_("(many nodes, rough)"), ("(default)"), 0, 0, 0, 0, ("(few nodes, smooth)")};
+        gchar const* labels[] = {_("(many nodes, rough)"), _("(default)"), 0, 0, 0, 0, _("(few nodes, smooth)")};
         gdouble values[] = {1, 10, 20, 30, 50, 75, 100};
         eact = create_adjustment_action( "PencilToleranceAction",
                                          _("Smoothing:"), _("Smoothing: "),