summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-mirror_symmetry.cpp
diff options
context:
space:
mode:
authorMoini <moini@noreply.invalid>2019-07-20 23:06:24 +0000
committerMoini <moini@noreply.invalid>2019-07-20 23:06:24 +0000
commite418c59167e0413027d7a297c214ad1d47956e47 (patch)
tree7fac5a1531ab97c99125d07f8e34f1310430dd3e /src/live_effects/lpe-mirror_symmetry.cpp
parentPreferences: save shortcut file location relative to INKSCAPE_DATADIR (diff)
parentImprove title text for LPE button that pastes a path from the clipboard to us... (diff)
downloadinkscape-e418c59167e0413027d7a297c214ad1d47956e47.tar.gz
inkscape-e418c59167e0413027d7a297c214ad1d47956e47.zip
Improve some LPE descriptions.
Diffstat (limited to 'src/live_effects/lpe-mirror_symmetry.cpp')
-rw-r--r--src/live_effects/lpe-mirror_symmetry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-mirror_symmetry.cpp b/src/live_effects/lpe-mirror_symmetry.cpp
index dda84d2f1..45d3802f3 100644
--- a/src/live_effects/lpe-mirror_symmetry.cpp
+++ b/src/live_effects/lpe-mirror_symmetry.cpp
@@ -56,7 +56,7 @@ LPEMirrorSymmetry::LPEMirrorSymmetry(LivePathEffectObject *lpeobject) :
discard_orig_path(_("Discard original path"), _("Only keep mirrored part of the path, remove the original."), "discard_orig_path", &wr, this, false),
fuse_paths(_("Fuse paths"), _("Fuse original path and mirror image into a single path"), "fuse_paths", &wr, this, false),
oposite_fuse(_("Fuse opposite sides"), _("Picks the part on the other side of the mirror line as the original."), "oposite_fuse", &wr, this, false),
- split_items(_("Split elements"), _("Split original and mirror image into separate paths. (This allows gradients and other paints.)"), "split_items", &wr, this, false),
+ split_items(_("Split elements"), _("Split original and mirror image into separate paths, so each can have its own style.)"), "split_items", &wr, this, false),
start_point(_("Mirror line start"), _("Start point of mirror line"), "start_point", &wr, this, _("Adjust start point of of mirror line")),
end_point(_("Mirror line end"), _("End point of mirror line"), "end_point", &wr, this, _("Adjust end point of mirror line")),
center_point(_("Mirror line mid"), _("Center point of mirror line"), "center_point", &wr, this, _("Adjust center point of mirror line"))