summaryrefslogtreecommitdiffstats
path: root/src/object-edit.cpp
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2012-12-03 14:29:05 +0000
committerJazzyNico <nicoduf@yahoo.fr>2012-12-03 14:29:05 +0000
commitfa850419ea4a516f68bd32d57af09972c670c774 (patch)
tree7e7235550ef268dba746fe600d799579324fd4ff /src/object-edit.cpp
parentTranslations. Removing sp-color-gtkselector.cpp from translatable files. (diff)
downloadinkscape-fa850419ea4a516f68bd32d57af09972c670c774.tar.gz
inkscape-fa850419ea4a516f68bd32d57af09972c670c774.zip
UI. Fix for bug #959202 (Spiral Tool: Alt+drag on outside handle isn't described).
(bzr r11927)
Diffstat (limited to 'src/object-edit.cpp')
-rw-r--r--src/object-edit.cpp2
1 files changed, 1 insertions, 1 deletions
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);