summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4e4b730)
raw | patch | inline | side by side (parent: 4e4b730)
author | prokoudine <prokoudine@users.sourceforge.net> | |
Sat, 14 Jun 2008 14:39:42 +0000 (14:39 +0000) | ||
committer | prokoudine <prokoudine@users.sourceforge.net> | |
Sat, 14 Jun 2008 14:39:42 +0000 (14:39 +0000) |
src/live_effects/lpe-sketch.cpp | patch | blob | history |
index d0320094176bdbc88232461cd09f6dc1765a1f1d..6aebcd7fac994a149ef342e42556cb24d70a9e37 100644 (file)
strokelength_rdm(_("Stroke length variation"),
_("Random variation of stroke length (relative to maximum length)"), "strokelength_rdm", &wr, this, .3),
strokeoverlap(_("Max. overlap"),
- _("How much successive strokes should overlap (relative to maximum length)."), "strokeoverlap", &wr, this, .3),
+ _("How much successive strokes should overlap (relative to maximum length)"), "strokeoverlap", &wr, this, .3),
strokeoverlap_rdm(_("Overlap variation"),
_("Random variation of overlap (relative to maximum overlap)"), "strokeoverlap_rdm", &wr, this, .3),
ends_tolerance(_("Max. end tolerance"),
tremble_size(_("Max. tremble"),
_("Maximum tremble magnitude"), "tremble_size", &wr, this, 5.),
tremble_frequency(_("Tremble frequency"),
- _("Avreage number of tremble periods in an approximating stroke"), "tremble_frequency", &wr, this, 1.),
+ _("Average number of tremble periods in an approximating stroke"), "tremble_frequency", &wr, this, 1.),
nbtangents(_("Construction lines"),
_("How many construction lines (tangents) to draw"), "nbtangents", &wr, this, 5),
tgtscale(_("Scale"),