Cleanup: use double-quotes for non-enum strings

This commit is contained in:
2023-01-06 13:52:57 +11:00
parent cb7f97891d
commit 706b13959e
23 changed files with 93 additions and 93 deletions

View File

@@ -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", ""),