From 9ff1dd50252ccc5432c548d5041351f478aca1e2 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 2 Feb 2016 20:42:03 +0100 Subject: Usual i18n/UI message fixes... --- io_blend_utils/bl_utils/subprocess_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': -- cgit v1.2.3