[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [4744] trunk/py/scripts/addons/ system_demo_mode/__init__.py: Usual UI messages fixes...

Bastien Montagne montagne29 at wanadoo.fr
Mon Sep 9 22:22:10 CEST 2013


Revision: 4744
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=4744
Author:   mont29
Date:     2013-09-09 20:22:10 +0000 (Mon, 09 Sep 2013)
Log Message:
-----------
Usual UI messages fixes...

Modified Paths:
--------------
    trunk/py/scripts/addons/system_demo_mode/__init__.py

Modified: trunk/py/scripts/addons/system_demo_mode/__init__.py
===================================================================
--- trunk/py/scripts/addons/system_demo_mode/__init__.py	2013-09-07 01:24:18 UTC (rev 4743)
+++ trunk/py/scripts/addons/system_demo_mode/__init__.py	2013-09-09 20:22:10 UTC (rev 4744)
@@ -58,7 +58,7 @@
     # 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',
             )



More information about the Bf-extensions-cvs mailing list