Code

statusbar tip expanded
authorbuliabyak <buliabyak@users.sourceforge.net>
Sun, 14 May 2006 00:40:12 +0000 (00:40 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Sun, 14 May 2006 00:40:12 +0000 (00:40 +0000)
src/nodepath.cpp

index b95ebb031295550b6544b9ba89f6f64d0480be66..2cdb37e15c6f40fb4f3c38fa1a311d4391552d6c 100644 (file)
@@ -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;