Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2011-12-21 22:18:36 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2011-12-21 22:18:36 +0400
commitfbc83625975131720aa6f81a236ac6b1eea4ccac (patch)
treeb45d74d7e75bae03abd400831d1b1dfe64f08382 /release
parent2777ba097f5404a736333239bb6d61ab4b561e13 (diff)
A few small fixes to new UI messages...
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_operators/wm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_operators/wm.py b/release/scripts/startup/bl_operators/wm.py
index 58941e00914..ec58b3aecd1 100644
--- a/release/scripts/startup/bl_operators/wm.py
+++ b/release/scripts/startup/bl_operators/wm.py
@@ -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"