Skip to content

Commit

Permalink
fix the error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhewei committed Dec 4, 2014
1 parent bd25df6 commit 7863c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haroopad.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7863c83

Please sign in to comment.