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:
Diffstat (limited to 'system_demo_mode/__init__.py')
-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',
)