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

"Cleanup" is a noun while "Clean Up" is the verb.
This commit is contained in:
Hans Goudey 2020-12-26 16:50:44 -06:00
parent 8491e4ab86
commit 7916c59304
1 changed files with 1 additions and 1 deletions

View File

@ -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";