diff --git a/system_demo_mode/__init__.py b/system_demo_mode/__init__.py
index ce2537c5e3a13fe5514f2d0bfb64cab0856a8a66..bd95eeb3dc6f992f670c33344c19bcc1e869f611 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',
             )