Mercurial > moin > 1.9
changeset 5978:81b8ea1e9c6f
remove double space in error message
author | Matthijs Kooijman <matthijs@stdin.nl> |
---|---|
date | Sat, 22 Sep 2012 22:48:40 +0200 |
parents | 96244d7ca949 |
children | 810aee12a186 |
files | MoinMoin/action/edit.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/action/edit.py Sat Sep 22 18:29:32 2012 +0200 +++ b/MoinMoin/action/edit.py Sat Sep 22 22:48:40 2012 +0200 @@ -162,7 +162,7 @@ if not TextCha(request).check_answer_from_form(): raise pg.SaveError(_('TextCha: Wrong answer! Try again below...')) if request.cfg.comment_required and not comment: - raise pg.SaveError(_('Supplying a comment is mandatory. Write a comment below and try again...')) + raise pg.SaveError(_('Supplying a comment is mandatory. Write a comment below and try again...')) savemsg = pg.saveText(savetext, rev, trivial=trivial, comment=comment) except pg.EditConflict, e: msg = e.message