summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-10-22 19:27:22 +0000
committerJabiertxof <jtx@jtx.marker.es>2016-10-22 19:27:22 +0000
commit9a88fdf01355bf46200c68dfed53078aaf5e58ed (patch)
tree5c1057e05dca25aece1860cade083c9f6b5885e3 /src
parent[Bug #1635332] Update for German translation. (diff)
downloadinkscape-9a88fdf01355bf46200c68dfed53078aaf5e58ed.tar.gz
inkscape-9a88fdf01355bf46200c68dfed53078aaf5e58ed.zip
Fix bug#1635442
Fixed bugs: - https://launchpad.net/bugs/1635442 (bzr r15186)
Diffstat (limited to 'src')
-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 f28ab4b31..1133e083a 100644
--- a/src/live_effects/lpe-copy_rotate.cpp
+++ b/src/live_effects/lpe-copy_rotate.cpp
@@ -58,7 +58,7 @@ pointInTriangle(Geom::Point const &p, Geom::Point const &p1, Geom::Point const &
LPECopyRotate::LPECopyRotate(LivePathEffectObject *lpeobject) :
Effect(lpeobject),
- origin(_("Origin"), _("Origin of the rotation"), "origin", &wr, this, "Adjust the origin of the rotation"),
+ origin(_("Origin"), _("Origin of the rotation"), "origin", &wr, this),
starting_angle(_("Starting:"), _("Angle of the first copy"), "starting_angle", &wr, this, 0.0),
rotation_angle(_("Rotation angle:"), _("Angle between two successive copies"), "rotation_angle", &wr, this, 60.0),
num_copies(_("Number of copies:"), _("Number of copies of the original path"), "num_copies", &wr, this, 6),