Usual UI messages fixes...

This commit is contained in:
Bastien Montagne
2013-04-29 14:09:19 +00:00
parent 903f9b98f5
commit 5c5ecc3465
3 changed files with 5 additions and 3 deletions

View File

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