[Bf-blender-cvs] [f3a4f12ac09] master: Batch Rename: Rename Title Caps to Title Case

Aaron Carlisle noreply at git.blender.org
Sun Sep 8 23:40:57 CEST 2019


Commit: f3a4f12ac090768db8ed667f5a2f00f0c6d32e57
Author: Aaron Carlisle
Date:   Sun Sep 8 17:40:26 2019 -0400
Branches: master
https://developer.blender.org/rBf3a4f12ac090768db8ed667f5a2f00f0c6d32e57

Batch Rename: Rename Title Caps to Title Case

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

M	release/scripts/startup/bl_operators/wm.py

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

diff --git a/release/scripts/startup/bl_operators/wm.py b/release/scripts/startup/bl_operators/wm.py
index f672276c4f2..18675fb29e3 100644
--- a/release/scripts/startup/bl_operators/wm.py
+++ b/release/scripts/startup/bl_operators/wm.py
@@ -1831,7 +1831,7 @@ class BatchRenameAction(bpy.types.PropertyGroup):
         items=(
             ('UPPER', "Upper Case", ""),
             ('LOWER', "Lower Case", ""),
-            ('TITLE', "Title Caps", ""),
+            ('TITLE', "Title Case", ""),
         ),
     )



More information about the Bf-blender-cvs mailing list