diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2012-10-21 18:04:54 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2012-10-21 18:04:54 +0000 |
| commit | 6e7e20a81f37f1e4b31d69fde6bf48b9f0a2fc92 (patch) | |
| tree | 0fe4f15af71bba680c4cb39758292afcef827054 /src/live_effects/lpe-copy_rotate.cpp | |
| parent | Fix grid layout in desktop widget (diff) | |
| download | inkscape-6e7e20a81f37f1e4b31d69fde6bf48b9f0a2fc92.tar.gz inkscape-6e7e20a81f37f1e4b31d69fde6bf48b9f0a2fc92.zip | |
UI uniformisation
(bzr r11817)
Diffstat (limited to 'src/live_effects/lpe-copy_rotate.cpp')
| -rw-r--r-- | src/live_effects/lpe-copy_rotate.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/live_effects/lpe-copy_rotate.cpp b/src/live_effects/lpe-copy_rotate.cpp index 01c0e550c..9ac553ed5 100644 --- a/src/live_effects/lpe-copy_rotate.cpp +++ b/src/live_effects/lpe-copy_rotate.cpp @@ -48,9 +48,9 @@ public: LPECopyRotate::LPECopyRotate(LivePathEffectObject *lpeobject) : Effect(lpeobject), - 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, 30.0), - num_copies(_("Number of copies"), _("Number of copies of the original path"), "num_copies", &wr, this, 5), + 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, 30.0), + num_copies(_("Number of copies:"), _("Number of copies of the original path"), "num_copies", &wr, this, 5), origin(_("Origin"), _("Origin of the rotation"), "origin", &wr, this, "Adjust the origin of the rotation"), dist_angle_handle(100) { |
