summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-mirror_symmetry.cpp
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2016-12-20 00:31:25 +0000
committerJabiertxof <jtx@jtx>2016-12-20 00:31:25 +0000
commit6a129f103bf138d1240bda806b8ff798371ad764 (patch)
tree3c9c96fc2933f04d9e22434a354b6c86ffa338b7 /src/live_effects/lpe-mirror_symmetry.cpp
parentFix strings in mirror symetry and copy rotate LPE (diff)
parentRemove string from tip (diff)
downloadinkscape-6a129f103bf138d1240bda806b8ff798371ad764.tar.gz
inkscape-6a129f103bf138d1240bda806b8ff798371ad764.zip
Update to trunk
(bzr r15295.1.32)
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 744ab58e5..95a05c319 100644
--- a/src/live_effects/lpe-mirror_symmetry.cpp
+++ b/src/live_effects/lpe-mirror_symmetry.cpp
@@ -53,7 +53,7 @@ LPEMirrorSymmetry::LPEMirrorSymmetry(LivePathEffectObject *lpeobject) :
Effect(lpeobject),
mode(_("Mode"), _("Symmetry move mode"), "mode", MTConverter, &wr, this, MT_FREE),
split_gap(_("Gap on split"), _("Gap on split"), "split_gap", &wr, this, 0),
- discard_orig_path(_("Discard original path?"), _("Check this to only keep the mirrored part of the path"), "discard_orig_path", &wr, this, false),
+ discard_orig_path(_("Discard original path"), _("Check this to only keep the mirrored part of the path"), "discard_orig_path", &wr, this, false),
fuse_paths(_("Fuse paths"), _("Fuse original and the reflection into a single path"), "fuse_paths", &wr, this, false),
oposite_fuse(_("Opposite fuse"), _("Picks the other side of the mirror as the original"), "oposite_fuse", &wr, this, false),
split_elements(_("Split elements"), _("Split elements, this allow gradients and other paints. Group result to apply nested"), "split_elements", &wr, this, false),