diff --git a/haroopad.py b/haroopad.py index cd4ff89..f30190e 100644 --- a/haroopad.py +++ b/haroopad.py @@ -19,7 +19,7 @@ def run(self): else: subprocess.Popen([app, filename]) except: - sublime.error_message('Unable to open current file with Haroopad, probably not add Haroopad into system PATH, check the Console.') + sublime.error_message('Unable to open current file with Haroopad, probably incorrect path, check the Console.') def is_enabled(self): return True