summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-copy_rotate.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-copy_rotate.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-copy_rotate.cpp')
-rw-r--r--src/live_effects/lpe-copy_rotate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-copy_rotate.cpp b/src/live_effects/lpe-copy_rotate.cpp
index 3a75f9371..8c52d13b0 100644
--- a/src/live_effects/lpe-copy_rotate.cpp
+++ b/src/live_effects/lpe-copy_rotate.cpp
@@ -70,7 +70,7 @@ LPECopyRotate::LPECopyRotate(LivePathEffectObject *lpeobject) :
gap(_("Gap"), _("Gap"), _("Gap space between copies, use small negative gaps to fix some joins"), &wr, this, 0.05),
copies_to_360(_("360° Copies"), _("No rotation angle, fixed to 360°"), "copies_to_360", &wr, this, true),
mirror_copies(_("Mirror copies"), _("Mirror between copies"), "mirror_copies", &wr, this, false),
- split_items(_("Split elements"), _("Split elements, this allow gradients and other paints."), "split_items", &wr, this, false),
+ split_items(_("Split elements"), _("Split elements, so each can have its own style"), "split_items", &wr, this, false),
dist_angle_handle(100.0)
{
show_orig_path = true;