From: prokoudine Date: Fri, 8 Aug 2008 10:25:54 +0000 (+0000) Subject: more messages marked for translation X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6e4ca0a19183a9e93a92315107c9104f738568ae;p=inkscape.git more messages marked for translation --- diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index ba35f7a3d..a27e3906c 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -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: "),