summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-simplify.cpp
diff options
context:
space:
mode:
authorYuri Chornoivan <>2015-03-08 16:10:20 +0000
committerJazzyNico <nicoduf@yahoo.fr>2015-03-08 16:10:20 +0000
commite7aeaa6686b087d1226f08936971371cd640e089 (patch)
treebae80b636d31f53943a4e4ae73ba5abfdfbe944b /src/live_effects/lpe-simplify.cpp
parentextensions. convert2dashes. support offset parameter. (Bug 1426889) (diff)
downloadinkscape-e7aeaa6686b087d1226f08936971371cd640e089.tar.gz
inkscape-e7aeaa6686b087d1226f08936971371cd640e089.zip
i10n. Fix for Bug #1429579 (Various typos in the trunk code).
Fixed bugs: - https://launchpad.net/bugs/1429579 (bzr r13976)
Diffstat (limited to 'src/live_effects/lpe-simplify.cpp')
-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 12bd9dc60..99439f5ab 100644
--- a/src/live_effects/lpe-simplify.cpp
+++ b/src/live_effects/lpe-simplify.cpp
@@ -29,7 +29,7 @@ LPESimplify::LPESimplify(LivePathEffectObject *lpeobject)
: Effect(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 diference on handles to preform a smooth"), "smooth_angles", &wr, this, 20.),
+ smooth_angles(_("Smooth angles:"), _("Max degree difference on handles to preform a smooth"), "smooth_angles", &wr, this, 20.),
helper(_("Helper"), _("Show helper"), "helper", &wr, this, false,
"", INKSCAPE_ICON("on"), INKSCAPE_ICON("off")),
nodes(_("Helper nodes"), _("Show helper nodes"), "nodes", &wr, this, false,