UI: Capitalization Corrections

Approximately 141 changes of capitalization to conform to MLA title style.

Differential Revision: https://developer.blender.org/D8392

Reviewed by Julian Eisel
This commit is contained in:
Yevgeny Makarov
2020-10-24 11:42:17 -07:00
committed by Harley Acheson
parent ca83649b7d
commit 622b30225a
56 changed files with 139 additions and 139 deletions

View File

@@ -85,7 +85,7 @@ class ConsoleAutocomplete(Operator):
class ConsoleCopyAsScript(Operator):
"""Copy the console contents for use in a script"""
bl_idname = "console.copy_as_script"
bl_label = "Copy to Clipboard (as script)"
bl_label = "Copy to Clipboard (as Script)"
@classmethod
def poll(cls, context):