Usual UI messages fixes...
This commit is contained in:
@@ -93,8 +93,8 @@ class VIEW3D_OT_edit_mesh_extrude_move(Operator):
|
||||
|
||||
|
||||
class VIEW3D_OT_select_or_deselect_all(Operator):
|
||||
"Select element under the mouse, delect everything is there's nothing under the mouse"
|
||||
bl_label = "Select or Delect All"
|
||||
"Select element under the mouse, deselect everything is there's nothing under the mouse"
|
||||
bl_label = "Select or Deselect All"
|
||||
bl_idname = "view3d.select_or_deselect_all"
|
||||
|
||||
extend = BoolProperty(
|
||||
|
Reference in New Issue
Block a user