diff options
| author | Alexandre Prokoudine <alexandre.prokoudine@gmail.com> | 2008-08-08 10:25:54 +0000 |
|---|---|---|
| committer | prokoudine <prokoudine@users.sourceforge.net> | 2008-08-08 10:25:54 +0000 |
| commit | 40dd298302448e43856494e0b0a082e60c965613 (patch) | |
| tree | 9cb2e6d59b07c8d66cfc8532f2481bc39a012844 /src/widgets/toolbox.cpp | |
| parent | Khmer translations updated (diff) | |
| download | inkscape-40dd298302448e43856494e0b0a082e60c965613.tar.gz inkscape-40dd298302448e43856494e0b0a082e60c965613.zip | |
more messages marked for translation
(bzr r6591)
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 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: "), |
