Spelling fixes in comments and descriptions, patch by luzpaz.

Differential Revision: https://developer.blender.org/D3746
This commit is contained in:
Brecht Van Lommel
2018-10-19 17:59:58 +02:00
parent 84b8171173
commit d7d3233715
191 changed files with 485 additions and 485 deletions

View File

@ -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 \