From 2c950ff95e92c59955dd71dc9007eb79563c80ac Mon Sep 17 00:00:00 2001 From: buliabyak Date: Sun, 14 May 2006 00:40:12 +0000 Subject: [PATCH] statusbar tip expanded --- src/nodepath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = _("Drag nodes or node handles; arrow keys to move nodes"); + gchar const *when_selected = _("Drag nodes or node handles; Alt+drag nodes to sculpt; arrow keys to move nodes, < > to scale, [ ] to rotate"); gchar const *when_selected_one = _("Drag the node or its handles; arrow keys to move the node"); gint total = 0; -- 2.30.2