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:
authorBastien Montagne <montagne29@wanadoo.fr>2016-02-02 22:42:03 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2016-02-02 22:42:03 +0300
commit9ff1dd50252ccc5432c548d5041351f478aca1e2 (patch)
tree197a8ee06e569af1bb1ad9652d598c3747be6bf8
parent4355471ae8b18d60f7d5072d7015b69e2be4dbe4 (diff)
Usual i18n/UI message fixes...
-rw-r--r--io_blend_utils/bl_utils/subprocess_helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_blend_utils/bl_utils/subprocess_helper.py b/io_blend_utils/bl_utils/subprocess_helper.py
index 2d289d37..024f0da9 100644
--- a/io_blend_utils/bl_utils/subprocess_helper.py
+++ b/io_blend_utils/bl_utils/subprocess_helper.py
@@ -122,7 +122,7 @@ class SubprocessHelper:
if event.type == 'ESC':
self.cancel(context)
- self.report({'INFO'}, "Operation aborted by user.")
+ self.report({'INFO'}, "Operation aborted by user")
return {'CANCELLED'}
elif event.type == 'TIMER':