diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-03-07 17:43:58 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-03-07 17:43:58 +0000 |
| commit | 6fc4eb0e7a2a57a22f7c7830766b2b31e47316b0 (patch) | |
| tree | c5d55229d5059f9d166b39c8bdbeb5bf4405d687 /src/live_effects/lpe-simplify.cpp | |
| parent | Add a smooth angles parameter to Simplify LPE (diff) | |
| download | inkscape-6fc4eb0e7a2a57a22f7c7830766b2b31e47316b0.tar.gz inkscape-6fc4eb0e7a2a57a22f7c7830766b2b31e47316b0.zip | |
Improved popup mesage to a LPE Simplify parameter
(bzr r13973)
Diffstat (limited to 'src/live_effects/lpe-simplify.cpp')
| -rw-r--r-- | src/live_effects/lpe-simplify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-simplify.cpp b/src/live_effects/lpe-simplify.cpp index c60fe06db..9e4d97f51 100644 --- a/src/live_effects/lpe-simplify.cpp +++ b/src/live_effects/lpe-simplify.cpp @@ -29,7 +29,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), helper_size(_("Helper size:"), _("Helper size"), "helper_size", &wr, this, 2.), - smooth_angles(_("Smooth anglesÂș:"), _("Smooth anglesÂș, 0 no smooth"), "smooth_angles", &wr, this, 20.), + smooth_angles(_("Smooth angles:"), _("Max degree diference on handles to preform a smooth"), "smooth_angles", &wr, this, 20.), 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, |
