Usual i18n/UI message fixes...

This commit is contained in:
Bastien Montagne 2016-02-02 20:42:03 +01:00
parent 4355471ae8
commit 9ff1dd5025
1 changed files with 1 additions and 1 deletions

View File

@ -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':