[Bf-extensions-cvs] [9ff1dd5] master: Usual i18n/UI message fixes...

Bastien Montagne noreply at git.blender.org
Tue Feb 2 20:42:10 CET 2016


Commit: 9ff1dd50252ccc5432c548d5041351f478aca1e2
Author: Bastien Montagne
Date:   Tue Feb 2 20:42:03 2016 +0100
Branches: master
https://developer.blender.org/rBA9ff1dd50252ccc5432c548d5041351f478aca1e2

Usual i18n/UI message fixes...

===================================================================

M	io_blend_utils/bl_utils/subprocess_helper.py

===================================================================

diff --git a/io_blend_utils/bl_utils/subprocess_helper.py b/io_blend_utils/bl_utils/subprocess_helper.py
index 2d289d3..024f0da 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':



More information about the Bf-extensions-cvs mailing list