summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/live_effects/lpe-sketch.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/lpe-sketch.cpp b/src/live_effects/lpe-sketch.cpp
index d03200941..6aebcd7fa 100644
--- a/src/live_effects/lpe-sketch.cpp
+++ b/src/live_effects/lpe-sketch.cpp
@@ -38,7 +38,7 @@ LPESketch::LPESketch(LivePathEffectObject *lpeobject) :
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"),
@@ -48,7 +48,7 @@ LPESketch::LPESketch(LivePathEffectObject *lpeobject) :
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"),