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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2011-10-28 15:38:15 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2011-10-28 15:38:15 +0400
commit0c909c1831a934650f45347c023385970a6b7b93 (patch)
treed0186e611ff11a180697e90951d280ce28abad4d /system_demo_mode
parent638274640972a313955a9f157988f1fdba68dc82 (diff)
Minor UI fixes and tweaks.
Beware: in mocap/__init__.py there was a very long bl_label (> 100 chars), which was troncated in UI (at least, _update_msg.py produced a troncated msgid for it). That should be avoided, imho!
Diffstat (limited to 'system_demo_mode')
-rw-r--r--system_demo_mode/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/system_demo_mode/__init__.py b/system_demo_mode/__init__.py
index 5602358c..cf10922f 100644
--- a/system_demo_mode/__init__.py
+++ b/system_demo_mode/__init__.py
@@ -44,7 +44,7 @@ from bpy.props import StringProperty, BoolProperty, IntProperty, FloatProperty,
class DemoModeSetup(bpy.types.Operator):
- '''Creates a demo script and optionally executes'''
+ '''Create a demo script and optionally execute it'''
bl_idname = "wm.demo_mode_setup"
bl_label = "Demo Mode (Setup)"
bl_options = {'PRESET'}