web/views/editforms.py
changeset 9492 c7fc56eecd1a
parent 8665 e65af61bde7d
child 10609 e2d8e81bfe68
--- a/web/views/editforms.py	Thu Jan 30 18:04:59 2014 +0100
+++ b/web/views/editforms.py	Tue Feb 04 15:29:29 2014 +0100
@@ -80,7 +80,7 @@
         w(u'<script type="text/javascript">updateMessage(\'%s\');</script>\n'
           % _('this action is not reversible!'))
         # XXX above message should have style of a warning
-        w(u'<h4>%s</h4>\n' % _('Do you want to delete the following element(s) ?'))
+        w(u'<h4>%s</h4>\n' % _('Do you want to delete the following element(s)?'))
         form = self._cw.vreg['forms'].select(self.__regid__, req,
                                              rset=self.cw_rset,
                                              onsubmit=onsubmit)