changeset 5979:810aee12a186

merged
author Thomas Waldmann <tw AT waldmann-edv DOT de>
date Sun, 24 Mar 2013 14:58:56 +0100
parents f662e5f7ca82 (current diff) 81b8ea1e9c6f (diff)
children 6489ec33874d
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/MoinMoin/action/edit.py	Fri Mar 22 01:59:02 2013 +0100
+++ b/MoinMoin/action/edit.py	Sun Mar 24 14:58:56 2013 +0100
@@ -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