Cleanup: use double-quotes for non-enum strings
This commit is contained in:
@@ -2507,7 +2507,7 @@ class WM_OT_batch_rename(Operator):
|
||||
('COLLECTION', "Collections", ""),
|
||||
('MATERIAL', "Materials", ""),
|
||||
None,
|
||||
# Enum identifiers are compared with 'object.type'.
|
||||
# Enum identifiers are compared with `object.type`.
|
||||
# Follow order in "Add" menu.
|
||||
('MESH', "Meshes", ""),
|
||||
('CURVE', "Curves", ""),
|
||||
|
||||
Reference in New Issue
Block a user