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/__init__.py')
-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 9af8b217..71870532 100644
--- a/system_demo_mode/__init__.py
+++ b/system_demo_mode/__init__.py
@@ -190,7 +190,7 @@ class DemoModeRun(bpy.types.Operator):
if extern_demo_mode_run():
return {'FINISHED'}
else:
- self.report({'ERROR'}, "Cant load demo.py config, run: File -> Demo Mode (Setup)")
+ self.report({'ERROR'}, "Can't load demo.py config, run: File -> Demo Mode (Setup)")
return {'CANCELLED'}