[Bf-blender-cvs] [7916c593048] master: UI: Grammar: "Clean Up" vs "Cleanup" in operator name

Hans Goudey noreply at git.blender.org
Sat Dec 26 23:50:57 CET 2020


Commit: 7916c593048bff5d6e15f801c5bd832815768cf9
Author: Hans Goudey
Date:   Sat Dec 26 16:50:44 2020 -0600
Branches: master
https://developer.blender.org/rB7916c593048bff5d6e15f801c5bd832815768cf9

UI: Grammar: "Clean Up" vs "Cleanup" in operator name

"Cleanup" is a noun while "Clean Up" is the verb.

===================================================================

M	source/blender/editors/screen/screen_ops.c

===================================================================

diff --git a/source/blender/editors/screen/screen_ops.c b/source/blender/editors/screen/screen_ops.c
index 53b620c74c7..bdb2ffb8610 100644
--- a/source/blender/editors/screen/screen_ops.c
+++ b/source/blender/editors/screen/screen_ops.c
@@ -3611,7 +3611,7 @@ static int spacedata_cleanup_exec(bContext *C, wmOperator *op)
 static void SCREEN_OT_spacedata_cleanup(wmOperatorType *ot)
 {
   /* identifiers */
-  ot->name = "Cleanup Space Data";
+  ot->name = "Clean Up Space Data";
   ot->description = "Remove unused settings for invisible editors";
   ot->idname = "SCREEN_OT_spacedata_cleanup";



More information about the Bf-blender-cvs mailing list