summaryrefslogtreecommitdiffstats
path: root/src/live_effects
diff options
context:
space:
mode:
authorMasato Hashimoto <cabezon.hashimoto@gmail.com>2014-11-05 06:01:12 +0000
committer~suv <suv-sf@users.sourceforge.net>2014-11-05 06:01:12 +0000
commitff6f0db21af7e564e205dcec40a886ce2b674608 (patch)
treeac00b5ad7dd033c4a19146e8171924d803840442 /src/live_effects
parentRemove unused variable and put well a constant (diff)
downloadinkscape-ff6f0db21af7e564e205dcec40a886ce2b674608.tar.gz
inkscape-ff6f0db21af7e564e205dcec40a886ce2b674608.zip
i18n. Fix for bug #1389509 (typos in trunk-r13669).
(bzr r13670)
Diffstat (limited to 'src/live_effects')
-rw-r--r--src/live_effects/lpe-bspline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-bspline.cpp b/src/live_effects/lpe-bspline.cpp
index fcd01c3fb..eb492b821 100644
--- a/src/live_effects/lpe-bspline.cpp
+++ b/src/live_effects/lpe-bspline.cpp
@@ -64,7 +64,7 @@ LPEBSpline::LPEBSpline(LivePathEffectObject *lpeobject)
// initialise your parameters here:
//testpointA(_("Test Point A"), _("Test A"), "ptA", &wr, this,
//Geom::Point(100,100)),
- steps(_("Steps whith CTRL:"), _("Change number of steps whith CTRL pressed"), "steps", &wr, this, 2),
+ steps(_("Steps with CTRL:"), _("Change number of steps with CTRL pressed"), "steps", &wr, this, 2),
ignoreCusp(_("Ignore cusp nodes"), _("Change ignoring cusp nodes"), "ignoreCusp", &wr, this, true),
onlySelected(_("Change only selected nodes"), _("Change only selected nodes"), "onlySelected", &wr, this, false),
showHelper(_("Show helper paths"), _("Show helper paths"), "showHelper", &wr, this, false),