From 02abb636a35b2f3dfcb430a87219f5d15cf35a77 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Sat, 17 Mar 2012 19:14:08 +0000 Subject: UI messages: unification of select/deselect stuff. Previously we had three versions, Select/Deselect, Select or Deselect, and (De)select, choosen the third (shortest) one for now. --- source/blender/editors/space_info/info_report.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/space_info/info_report.c') diff --git a/source/blender/editors/space_info/info_report.c b/source/blender/editors/space_info/info_report.c index a1ea0449128..89abb7ad1f0 100644 --- a/source/blender/editors/space_info/info_report.c +++ b/source/blender/editors/space_info/info_report.c @@ -199,8 +199,8 @@ static int report_select_all_toggle_exec(bContext *C, wmOperator *UNUSED(op)) void INFO_OT_select_all_toggle(wmOperatorType *ot) { /* identifiers */ - ot->name= "(De)Select All"; - ot->description= "(de)select all reports"; + ot->name= "(De)select All"; + ot->description= "Select or deselect all reports"; ot->idname= "INFO_OT_select_all_toggle"; /* api callbacks */ -- cgit v1.2.3