From 236bc2748481e88d2cd47a84f2a8b9b0b1cfa0a4 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Sun, 27 Jan 2013 07:23:58 +0000 Subject: Operators name "cleanup" The operator names all show up in the Search button. As such is nicer if they can all have the main words capitalized. e.g. "Snap strips" should be "Snap Strips" "Copy to clipboard" should be "Copy to Clipboard" This was done with a mix of bash tools, regex, and manual work because I'm too rushed into regex :) + fix bge stereo eye separation tooltip --- source/blender/editors/space_info/info_report.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 023ffa50272..3050563e538 100644 --- a/source/blender/editors/space_info/info_report.c +++ b/source/blender/editors/space_info/info_report.c @@ -148,7 +148,7 @@ static int select_report_pick_invoke(bContext *C, wmOperator *op, wmEvent *event void INFO_OT_select_pick(wmOperatorType *ot) { /* identifiers */ - ot->name = "Select report"; + ot->name = "Select Report"; ot->description = "Select reports by index"; ot->idname = "INFO_OT_select_pick"; -- cgit v1.2.3