From e9c4a66f3db12ac811f42b73493c1c88460f0de3 Mon Sep 17 00:00:00 2001 From: prokoudine Date: Sat, 14 Jun 2008 14:39:42 +0000 Subject: [PATCH] fixed another typo --- src/live_effects/lpe-sketch.cpp | 4 ++-- 1 file 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"), -- 2.30.2