web/views/editforms.py
changeset 6225 a176e68b7d0d
parent 6039 6e84db1b3e44
parent 6177 76aaca285e07
child 6453 7fdd780d87e4
--- a/web/views/editforms.py	Tue Sep 07 17:34:42 2010 +0200
+++ b/web/views/editforms.py	Mon Sep 13 15:15:21 2010 +0200
@@ -100,7 +100,7 @@
     # though not baseforms based customized view
     __select__ = one_line_rset() & non_final_entity() & yes()
 
-    title = _('edition')
+    title = _('modification')
 
     def cell_call(self, row, col, **kwargs):
         entity = self.cw_rset.complete_entity(row, col)