Cleanup: overly polite/rude messages

This commit is contained in:
2018-09-04 18:44:05 +10:00
parent 3cb936295f
commit 3140304940
6 changed files with 6 additions and 6 deletions

View File

@@ -82,7 +82,7 @@ class EditExternally(Operator):
import traceback
traceback.print_exc()
self.report({'ERROR'},
"Image editor could not be launched, please ensure that "
"Image editor could not be launched, ensure that "
"the path in User Preferences > File is valid, and Blender has rights to launch it")
return {'CANCELLED'}