From 4c99f48a83a1a74ab46bfeaa841e88196165447a Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Wed, 26 May 2010 22:28:09 +0200 Subject: Consistency fix in the tools strings (badly places :). (bzr r9453) --- src/ui/tool/node-tool.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/tool/node-tool.cpp') diff --git a/src/ui/tool/node-tool.cpp b/src/ui/tool/node-tool.cpp index b5f420597..450ca96f0 100644 --- a/src/ui/tool/node-tool.cpp +++ b/src/ui/tool/node-tool.cpp @@ -534,11 +534,11 @@ void ink_node_tool_update_tip(InkNodeTool *nt, GdkEvent *event) if (state_held_shift(new_state)) { if (nt->_last_over) { nt->_node_message_context->set(Inkscape::NORMAL_MESSAGE, - C_("Node tool tip", "Shift: drag to add nodes to the selection, " + C_("Node tool tip", "Shift: drag to add nodes to the selection, " "click to toggle object selection")); } else { nt->_node_message_context->set(Inkscape::NORMAL_MESSAGE, - C_("Node tool tip", "Shift: drag to add nodes to the selection")); + C_("Node tool tip", "Shift: drag to add nodes to the selection")); } return; } -- cgit v1.2.3