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>2013-09-10 00:22:10 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-09-10 00:22:10 +0400
commit216eaeda546972e5fd5570d2873fd77c277e97ac (patch)
tree02d7b38ee65320b29edc4035f8c7d8760a0ee990 /system_demo_mode
parent195b08c01b00927626a2b03e92f741876fa96d03 (diff)
Usual UI messages fixes...
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 ce2537c5..bd95eeb3 100644
--- a/system_demo_mode/__init__.py
+++ b/system_demo_mode/__init__.py
@@ -58,7 +58,7 @@ class DemoModeSetup(bpy.types.Operator):
# these are used to create the file list.
directory = StringProperty(
name="Search Path",
- description="directory used for importing the file",
+ description="Directory used for importing the file",
maxlen=1024,
subtype='DIR_PATH',
)