Fixed edit().

This commit is contained in:
Michael Lazar
2015-04-11 22:07:30 -07:00
parent 4461782c67
commit fa63247f5f
3 changed files with 9 additions and 6 deletions

View File

@@ -112,7 +112,7 @@ class SubmissionPage(BasePage):
comment_text = open_editor(comment_info)
curses.doupdate()
if not comment_text:
show_notification(self.stdscr, ['Canceled'])
show_notification(self.stdscr, ['Aborted'])
return
with self.safe_call():