mirror of
https://github.com/blender/blender-addons.git
synced 2025-07-23 00:48:26 +00:00
Spelling fixes in comments and descriptions, patch by luzpaz.
Differential Revision: https://developer.blender.org/D3746
This commit is contained in:
@ -644,7 +644,7 @@ class VIEW3D_OT_reset_weight_palette(Operator):
|
||||
|
||||
except Exception as e:
|
||||
self.report({'WARNING'},
|
||||
"Reset Weight pallete could not be completed (See Console for more info)")
|
||||
"Reset Weight palette could not be completed (See Console for more info)")
|
||||
print("\n[Paint Palette]\nOperator: paint.reset_weight_palette\nError: %s\n" % e)
|
||||
|
||||
return {'CANCELLED'}
|
||||
|
Reference in New Issue
Block a user