Skip to content
Snippets Groups Projects
Commit 216eaeda authored by Bastien Montagne's avatar Bastien Montagne
Browse files

Usual UI messages fixes...

parent 195b08c0
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ class DemoModeSetup(bpy.types.Operator): ...@@ -58,7 +58,7 @@ class DemoModeSetup(bpy.types.Operator):
# these are used to create the file list. # these are used to create the file list.
directory = StringProperty( directory = StringProperty(
name="Search Path", name="Search Path",
description="directory used for importing the file", description="Directory used for importing the file",
maxlen=1024, maxlen=1024,
subtype='DIR_PATH', subtype='DIR_PATH',
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment