summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/node-tool.cpp
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2010-05-26 20:28:09 +0000
committerJazzyNico <nicoduf@yahoo.fr>2010-05-26 20:28:09 +0000
commit4c99f48a83a1a74ab46bfeaa841e88196165447a (patch)
tree64671353db70f1194e3bf557ef9d3697398f0be8 /src/ui/tool/node-tool.cpp
parenttemporary fix, to stop lpe clone freeze (diff)
downloadinkscape-4c99f48a83a1a74ab46bfeaa841e88196165447a.tar.gz
inkscape-4c99f48a83a1a74ab46bfeaa841e88196165447a.zip
Consistency fix in the tools strings (badly places :).
(bzr r9453)
Diffstat (limited to 'src/ui/tool/node-tool.cpp')
-rw-r--r--src/ui/tool/node-tool.cpp4
1 files changed, 2 insertions, 2 deletions
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", "<b>Shift:</b> drag to add nodes to the selection, "
+ C_("Node tool tip", "<b>Shift</b>: 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", "<b>Shift:</b> drag to add nodes to the selection"));
+ C_("Node tool tip", "<b>Shift</b>: drag to add nodes to the selection"));
}
return;
}