diff options
| author | Alexandre Prokoudine <alexandre.prokoudine@gmail.com> | 2008-06-14 14:39:42 +0000 |
|---|---|---|
| committer | prokoudine <prokoudine@users.sourceforge.net> | 2008-06-14 14:39:42 +0000 |
| commit | 0d6bb057fde209d3cb0b8b66697b85d88105fd61 (patch) | |
| tree | 0a71e980c4f24c68995e83ad345d114223c1785f /src | |
| parent | Switched more extensions to minimal mode (diff) | |
| download | inkscape-0d6bb057fde209d3cb0b8b66697b85d88105fd61.tar.gz inkscape-0d6bb057fde209d3cb0b8b66697b85d88105fd61.zip | |
fixed another typo
(bzr r5930)
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/lpe-sketch.cpp | 4 |
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"), |
