Batch Rename: Rename Title Caps to Title Case
This commit is contained in:
@@ -1831,7 +1831,7 @@ class BatchRenameAction(bpy.types.PropertyGroup):
|
||||
items=(
|
||||
('UPPER', "Upper Case", ""),
|
||||
('LOWER', "Lower Case", ""),
|
||||
('TITLE', "Title Caps", ""),
|
||||
('TITLE', "Title Case", ""),
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user