Tweaked exception wording.

This commit is contained in:
Michael Lazar
2015-12-08 01:09:56 -08:00
parent 9d2a6af826
commit cefdfb3290
6 changed files with 7 additions and 6 deletions

View File

@@ -104,7 +104,7 @@ class SubmissionPage(Page):
comment = self.term.open_editor(comment_info)
if not comment:
self.term.show_notification('Aborted')
self.term.show_notification('Canceled')
return
with self.term.loader('Posting', delay=0):