From 216eaeda546972e5fd5570d2873fd77c277e97ac Mon Sep 17 00:00:00 2001
From: Bastien Montagne <montagne29@wanadoo.fr>
Date: Mon, 9 Sep 2013 20:22:10 +0000
Subject: [PATCH] Usual UI messages fixes...

---
 system_demo_mode/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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