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:
@@ -717,7 +717,7 @@ void Transform_Properties(struct wmOperatorType *ot, int flags)
|
||||
"use_automerge_and_split",
|
||||
0,
|
||||
"Auto Merge & Split",
|
||||
"Forces the use of Auto Merge & Split");
|
||||
"Forces the use of Auto Merge and Split");
|
||||
RNA_def_property_flag(prop, PROP_HIDDEN);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user