summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>2008-07-23 13:48:14 +0000
committerprokoudine <prokoudine@users.sourceforge.net>2008-07-23 13:48:14 +0000
commit65fc5d3fbc3486f4728e77b8e240c8ce8fe16bc5 (patch)
treeca360a1aad55b5cb8dfdf8f2889c9639b295811d /src/widgets
parentKhmer translations updated (diff)
downloadinkscape-65fc5d3fbc3486f4728e77b8e240c8ce8fe16bc5.tar.gz
inkscape-65fc5d3fbc3486f4728e77b8e240c8ce8fe16bc5.zip
added forgotten ":" :-)
(bzr r6403)
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/toolbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index 3eb3b9973..a718bde11 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -3465,7 +3465,7 @@ static void sp_pencil_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActio
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"),
+ _("Smoothing:"), _("Smoothing: "),
_("How much smoothing (simplifying) is applied to the line"),
"tools.freehand.pencil", "tolerance",
3.0,