mirror of
https://github.com/blender/blender-addons.git
synced 2025-08-15 21:38:14 +00:00
Spelling fixes in comments and descriptions, patch by luzpaz.
Differential Revision: https://developer.blender.org/D3746
This commit is contained in:
@ -188,7 +188,7 @@ class ToggleApplyModifiersView(Operator):
|
||||
|
||||
mod.show_viewport = is_apply
|
||||
|
||||
message_a = "{} modifiers in the 3D View".format("Displaying" if is_apply else "Hidding")
|
||||
message_a = "{} modifiers in the 3D View".format("Displaying" if is_apply else "Hiding")
|
||||
|
||||
if skipped:
|
||||
message_a = "{}, {}".format(message_a, "skipping: " + ", ".join(skipped)) if \
|
||||
|
Reference in New Issue
Block a user