From fa3082bacefd3646f3ea6d657062166767f88480 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Sun, 18 Sep 2011 09:38:43 +0000 Subject: Minor: Other UI strings typos and tweaks. --- source/blender/editors/space_node/node_select.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/space_node/node_select.c') diff --git a/source/blender/editors/space_node/node_select.c b/source/blender/editors/space_node/node_select.c index 3d8b1676ea5..43d2696bdd4 100644 --- a/source/blender/editors/space_node/node_select.c +++ b/source/blender/editors/space_node/node_select.c @@ -141,7 +141,7 @@ void NODE_OT_select(wmOperatorType *ot) /* identifiers */ ot->name= "Select"; ot->idname= "NODE_OT_select"; - ot->description= "Select node under cursor"; + ot->description= "Select the node under the cursor."; /* api callbacks */ ot->invoke= node_select_invoke; @@ -379,7 +379,7 @@ void NODE_OT_select_same_type(wmOperatorType *ot) { /* identifiers */ ot->name = "Select Same Type"; - ot->description = "Select all the same type"; + ot->description = "Select all the nodes of the same type."; ot->idname = "NODE_OT_select_same_type"; /* api callbacks */ -- cgit v1.2.3