summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-05-14 00:40:12 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-05-14 00:40:12 +0000
commitb20edc2e48bbb2ffbecfbc5859af099e9e5dfa25 (patch)
treeec96d334b54dba95f995aca7cb993f50343860ae
parentclassic logo for comparison (diff)
downloadinkscape-b20edc2e48bbb2ffbecfbc5859af099e9e5dfa25.tar.gz
inkscape-b20edc2e48bbb2ffbecfbc5859af099e9e5dfa25.zip
statusbar tip expanded
(bzr r828)
-rw-r--r--src/nodepath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodepath.cpp b/src/nodepath.cpp
index b95ebb031..2cdb37e15 100644
--- a/src/nodepath.cpp
+++ b/src/nodepath.cpp
@@ -3869,7 +3869,7 @@ static gchar const *sp_node_type_description(Inkscape::NodePath::Node *node)
void
sp_nodepath_update_statusbar(Inkscape::NodePath::Path *nodepath)
{
- gchar const *when_selected = _("<b>Drag</b> nodes or node handles; <b>arrow</b> keys to move nodes");
+ gchar const *when_selected = _("<b>Drag</b> nodes or node handles; <b>Alt+drag nodes</b> to sculpt; <b>arrow</b> keys to move nodes, <b>&lt; &gt;</b> to scale, <b>[ ]</b> to rotate");
gchar const *when_selected_one = _("<b>Drag</b> the node or its handles; <b>arrow</b> keys to move the node");
gint total = 0;