Code

Go back to using TR1 unordered containers to fix warnings. Add configure
[inkscape.git] / src / ui / tool / node.cpp
index c1dfcdeaac72a1b86ffbda81e3e802dc6db2b085..ef98e7c84058a21f6045a2773a19f4c1a60353fa 100644 (file)
@@ -955,7 +955,7 @@ Glib::ustring Node::_getTip(unsigned state)
 
     if (state_held_control(state)) {
         if (state_held_alt(state)) {
-            return C_("Path node tip", "<b>Ctrl+Alt:</b> move along handle lines");
+            return C_("Path node tip", "<b>Ctrl+Alt:</b> move along handle lines, click to delete node");
         }
         return C_("Path node tip",
             "<b>Ctrl:</b> move along axes, click to change node type");