A few small fixes to new UI messages...

This commit is contained in:
2011-12-21 18:18:36 +00:00
parent 2777ba097f
commit fbc8362597
3 changed files with 4 additions and 4 deletions

View File

@@ -1178,7 +1178,7 @@ class WM_OT_copy_prev_settings(Operator):
return {'CANCELLED'}
class WM_OT_blenderplayer_start(bpy.types.Operator):
'''Launches the Blenderplayer with the current blendfile'''
'''Launch the Blenderplayer with the current blendfile'''
bl_idname = "wm.blenderplayer_start"
bl_label = "Start"