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')
-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 a1a0a2e5..e17b8e84 100644
--- a/system_demo_mode/__init__.py
+++ b/system_demo_mode/__init__.py
@@ -107,7 +107,7 @@ class DemoModeSetup(bpy.types.Operator):
box = layout.box()
box.label("Search *.blend recursively")
- box.label("Writes: demo.py config text.")
+ box.label("Writes: demo.py config text")
layout.prop(self, "run")