Batch Rename: Rename Title Caps to Title Case

This commit is contained in:
Aaron Carlisle 2019-09-08 17:40:26 -04:00
parent de12057365
commit f3a4f12ac0
Notes: blender-bot 2023-02-14 05:50:03 +01:00
Referenced by issue #70611, Numerous problems with Eevee and new Bump Map
Referenced by issue #69739, Follow Path constrainted does not work with deformed pathes
1 changed files with 1 additions and 1 deletions

View File

@ -1831,7 +1831,7 @@ class BatchRenameAction(bpy.types.PropertyGroup):
items=(
('UPPER', "Upper Case", ""),
('LOWER', "Lower Case", ""),
('TITLE', "Title Caps", ""),
('TITLE', "Title Case", ""),
),
)