summaryrefslogtreecommitdiffstats
path: root/src/live_effects
diff options
context:
space:
mode:
authorIvan Mas??r <helix84@centrum.sk>2009-05-06 15:48:49 +0000
committerhelix84 <helix84@users.sourceforge.net>2009-05-06 15:48:49 +0000
commit5a6e5b04e9b641b97fe813121583abb18a18acda (patch)
treecf1cef8582a105e723cca4806545f12281994213 /src/live_effects
parentusing uri syntax while importing files using xlink:href (diff)
downloadinkscape-5a6e5b04e9b641b97fe813121583abb18a18acda.tar.gz
inkscape-5a6e5b04e9b641b97fe813121583abb18a18acda.zip
* [INTL:*] fixed typos (by Yuri Chornoivan)
(bzr r7827)
Diffstat (limited to 'src/live_effects')
-rw-r--r--src/live_effects/lpe-dynastroke.cpp2
-rw-r--r--src/live_effects/lpe-sketch.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/lpe-dynastroke.cpp b/src/live_effects/lpe-dynastroke.cpp
index 77fc86ddf..0c97d50f0 100644
--- a/src/live_effects/lpe-dynastroke.cpp
+++ b/src/live_effects/lpe-dynastroke.cpp
@@ -57,7 +57,7 @@ find_corners (Geom::Piecewise<Geom::D2<Geom::SBasis> > const &m){
//TODO: allow fancy ends.
static const Util::EnumData<DynastrokeMethod> DynastrokeMethodData[DSM_END] = {
- {DSM_ELLIPTIC_PEN, N_("Ellipitic Pen"), "elliptic_pen"},
+ {DSM_ELLIPTIC_PEN, N_("Elliptic Pen"), "elliptic_pen"},
{DSM_THICKTHIN_FAST, N_("Thick-Thin strokes (fast)"), "thickthin_fast"},
{DSM_THICKTHIN_SLOW, N_("Thick-Thin strokes (slow)"), "thickthin_slow"}
};
diff --git a/src/live_effects/lpe-sketch.cpp b/src/live_effects/lpe-sketch.cpp
index 7a564ef01..e3354bff9 100644
--- a/src/live_effects/lpe-sketch.cpp
+++ b/src/live_effects/lpe-sketch.cpp
@@ -56,7 +56,7 @@ LPESketch::LPESketch(LivePathEffectObject *lpeobject) :
_("Scale factor relating curvature and length of construction lines (try 5*offset)"), "tgtscale", &wr, this, 10.0),
tgtlength(_("Max. length"), _("Maximum length of construction lines"), "tgtlength", &wr, this, 100.0),
tgtlength_rdm(_("Length variation"), _("Random variation of the length of construction lines"), "tgtlength_rdm", &wr, this, .3),
- tgt_places_rdmness(_("Placement randomness"), _("0: evenly distributed construcion lines, 1: purely random placement"), "tgt_places_rdmness", &wr, this, 1.)
+ tgt_places_rdmness(_("Placement randomness"), _("0: evenly distributed construction lines, 1: purely random placement"), "tgt_places_rdmness", &wr, this, 1.)
#ifdef LPE_SKETCH_USE_CURVATURE
,min_curvature(_("k_min"), _("min curvature"), "k_min", &wr, this, 4.0)
,max_curvature(_("k_max"), _("max curvature"), "k_max", &wr, this, 1000.0)