summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-dash-stroke.cpp
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-05-11 23:24:47 +0000
committerluz paz <luzpaz@users.noreply.github.com>2018-05-14 19:38:17 +0000
commit9bf90bc0dfb3a150db25234bb4c0cd1e8315c9ab (patch)
tree01073c13d467f1893dca422ea9ca313a48e3ce42 /src/live_effects/lpe-dash-stroke.cpp
parentSource typos (diff)
downloadinkscape-9bf90bc0dfb3a150db25234bb4c0cd1e8315c9ab.tar.gz
inkscape-9bf90bc0dfb3a150db25234bb4c0cd1e8315c9ab.zip
suggested changes
Diffstat (limited to 'src/live_effects/lpe-dash-stroke.cpp')
-rw-r--r--src/live_effects/lpe-dash-stroke.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-dash-stroke.cpp b/src/live_effects/lpe-dash-stroke.cpp
index 371459127..43aa04e11 100644
--- a/src/live_effects/lpe-dash-stroke.cpp
+++ b/src/live_effects/lpe-dash-stroke.cpp
@@ -18,7 +18,7 @@ LPEDashStroke::LPEDashStroke(LivePathEffectObject *lpeobject)
holefactor(_("Hole factor"), _("Hole factor"), "holefactor", &wr, this, 0.0),
splitsegments(_("Use segments"), _("Use segments"), "splitsegments", &wr, this, true),
halfextreme(_("Half start/end"), _("Start and end of each segment has half size"), "halfextreme", &wr, this, true),
- unifysegment(_("Unify dashes"), _("Aproximately unify the dashes length using the min with segment"), "unifysegment", &wr, this, true),
+ unifysegment(_("Unify dashes"), _("Approximately unify the dashes length using the minimal length segment"), "unifysegment", &wr, this, true),
message(_("Info Box"), _("Important messages"), "message", &wr, this, _("Add <b>\"Fill Between Many LPE\"</b> to add fill."))
{
registerParameter(&numberdashes);