summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-03-09 19:35:25 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-03-09 19:35:25 +0000
commit5d1333683072c1d6c499a887f9eed6f245e2ff24 (patch)
tree8c6e7aeb4275a88a9972e665df55072fc9a61e60 /src
parentRemoved auto size helper paths because strange result (diff)
downloadinkscape-5d1333683072c1d6c499a887f9eed6f245e2ff24.tar.gz
inkscape-5d1333683072c1d6c499a887f9eed6f245e2ff24.zip
Fix a bad string
(bzr r13982)
Diffstat (limited to 'src')
-rw-r--r--src/live_effects/lpe-simplify.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-simplify.cpp b/src/live_effects/lpe-simplify.cpp
index 561e64c8a..3a0659244 100644
--- a/src/live_effects/lpe-simplify.cpp
+++ b/src/live_effects/lpe-simplify.cpp
@@ -30,7 +30,7 @@ LPESimplify::LPESimplify(LivePathEffectObject *lpeobject)
steps(_("Steps:"),_("Change number of simplify steps "), "steps", &wr, this,1),
threshold(_("Roughly threshold:"), _("Roughly threshold:"), "threshold", &wr, this, 0.003),
smooth_angles(_("Smooth angles:"), _("Max degree difference on handles to preform a smooth"), "smooth_angles", &wr, this, 20.),
- helper_size(_("Helper size with direction:"), _("Helper size with direction"), "helper_size", &wr, this, 5),
+ helper_size(_("Helper size:"), _("Helper size"), "helper_size", &wr, this, 5),
nodes(_("Helper nodes"), _("Show helper nodes"), "nodes", &wr, this, false,
"", INKSCAPE_ICON("on"), INKSCAPE_ICON("off")),
handles(_("Helper handles"), _("Show helper handles"), "handles", &wr, this, false,