diff options
| author | Moini <moini@noreply.invalid> | 2019-07-20 23:06:24 +0000 |
|---|---|---|
| committer | Moini <moini@noreply.invalid> | 2019-07-20 23:06:24 +0000 |
| commit | e418c59167e0413027d7a297c214ad1d47956e47 (patch) | |
| tree | 7fac5a1531ab97c99125d07f8e34f1310430dd3e /src/live_effects/lpe-copy_rotate.cpp | |
| parent | Preferences: save shortcut file location relative to INKSCAPE_DATADIR (diff) | |
| parent | Improve title text for LPE button that pastes a path from the clipboard to us... (diff) | |
| download | inkscape-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.cpp | 2 |
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; |
