diff options
Diffstat (limited to 'src/ui/tool/node.cpp')
| -rw-r--r-- | src/ui/tool/node.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tool/node.cpp b/src/ui/tool/node.cpp index c1dfcdeaa..ef98e7c84 100644 --- a/src/ui/tool/node.cpp +++ b/src/ui/tool/node.cpp @@ -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"); |
