diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2012-12-03 14:29:05 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2012-12-03 14:29:05 +0000 |
| commit | fa850419ea4a516f68bd32d57af09972c670c774 (patch) | |
| tree | 7e7235550ef268dba746fe600d799579324fd4ff | |
| parent | Translations. Removing sp-color-gtkselector.cpp from translatable files. (diff) | |
| download | inkscape-fa850419ea4a516f68bd32d57af09972c670c774.tar.gz inkscape-fa850419ea4a516f68bd32d57af09972c670c774.zip | |
UI. Fix for bug #959202 (Spiral Tool: Alt+drag on outside handle isn't described).
(bzr r11927)
| -rw-r--r-- | po/inkscape.pot | 4 | ||||
| -rw-r--r-- | 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 <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -11167,7 +11167,7 @@ msgstr "" #: ../src/object-edit.cpp:1307 msgid "" "Roll/unroll the spiral from <b>outside</b>; with <b>Ctrl</b> to snap angle; " -"with <b>Shift</b> to scale/rotate" +"with <b>Shift</b> to scale/rotate; with <b>Alt</b> 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 <b>outside</b>; with <b>Ctrl</b> to snap angle; " - "with <b>Shift</b> to scale/rotate")); + "with <b>Shift</b> to scale/rotate; with <b>Alt</b> to lock radius")); entity.push_back(entity_inner); entity.push_back(entity_outer); |
