UI: Use 'and' Instead of '&' in Descriptions
Use 'and' instead of ampersand in descriptions and comments. Differential Revision: https://developer.blender.org/D9797 Reviewed by Aaron Carlisle
This commit is contained in:
@@ -337,7 +337,7 @@ class QuickSmoke(ObjectModeOperator, Operator):
|
||||
items=(
|
||||
('SMOKE', "Smoke", ""),
|
||||
('FIRE', "Fire", ""),
|
||||
('BOTH', "Smoke + Fire", ""),
|
||||
('BOTH', "Smoke & Fire", ""),
|
||||
),
|
||||
default='SMOKE',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user