summaryrefslogtreecommitdiffstats
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
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)
-rw-r--r--po/POTFILES.in2
-rw-r--r--po/POTFILES.skip2
-rw-r--r--src/live_effects/lpe-copy_rotate.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index f73e3a9d9..fcab67441 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -134,6 +134,7 @@ src/live_effects/lpe-bendpath.cpp
src/live_effects/lpe-bounding-box.cpp
src/live_effects/lpe-bspline.cpp
src/live_effects/lpe-clone-original.cpp
+src/live_effects/lpe-copy_rotate.cpp
src/live_effects/lpe-constructgrid.cpp
src/live_effects/lpe-curvestitch.cpp
src/live_effects/lpe-ellipse_5pts.cpp
@@ -148,6 +149,7 @@ src/live_effects/lpe-interpolate_points.cpp
src/live_effects/lpe-jointype.cpp
src/live_effects/lpe-knot.cpp
src/live_effects/lpe-lattice2.cpp
+src/live_effects/lpe-mirror_symmetry.cpp
src/live_effects/lpe-patternalongpath.cpp
src/live_effects/lpe-perspective-envelope.cpp
src/live_effects/lpe-powerstroke.cpp
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index c67c7a672..661ae79ce 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -10,11 +10,9 @@ src/jabber_whiteboard/session-manager.cpp
src/live_effects/lpe-angle_bisector.cpp
src/live_effects/lpe-boolops.cpp
src/live_effects/lpe-circle_with_radius.cpp
-src/live_effects/lpe-copy_rotate.cpp
src/live_effects/lpe-dynastroke.cpp
src/live_effects/lpe-lattice.cpp
src/live_effects/lpe-line_segment.cpp
-src/live_effects/lpe-mirror_symmetry.cpp
src/live_effects/lpe-offset.cpp
src/live_effects/lpe-parallel.cpp
src/live_effects/lpe-path_length.cpp
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),