From fa850419ea4a516f68bd32d57af09972c670c774 Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Mon, 3 Dec 2012 15:29:05 +0100 Subject: UI. Fix for bug #959202 (Spiral Tool: Alt+drag on outside handle isn't described). (bzr r11927) --- po/inkscape.pot | 4 ++-- src/object-edit.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/po/inkscape.pot b/po/inkscape.pot index aa2addf90..0378ce419 100644 --- a/po/inkscape.pot +++ b/po/inkscape.pot @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: inkscape-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-12-03 15:09+0100\n" +"POT-Creation-Date: 2012-12-03 15:26+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -11167,7 +11167,7 @@ msgstr "" #: ../src/object-edit.cpp:1307 msgid "" "Roll/unroll the spiral from outside; with Ctrl to snap angle; " -"with Shift to scale/rotate" +"with Shift to scale/rotate; with Alt to lock radius" msgstr "" #: ../src/object-edit.cpp:1352 diff --git a/src/object-edit.cpp b/src/object-edit.cpp index 989d84c7f..1c7f76a7f 100644 --- a/src/object-edit.cpp +++ b/src/object-edit.cpp @@ -1305,7 +1305,7 @@ SpiralKnotHolder::SpiralKnotHolder(SPDesktop *desktop, SPItem *item, SPKnotHolde entity_outer->create(desktop, item, this, Inkscape::CTRL_TYPE_SHAPER, _("Roll/unroll the spiral from outside; with Ctrl to snap angle; " - "with Shift to scale/rotate")); + "with Shift to scale/rotate; with Alt to lock radius")); entity.push_back(entity_inner); entity.push_back(entity_outer); -- cgit v1.2.3