web/views/editforms.py
branchstable
changeset 6177 76aaca285e07
parent 5940 0e3ae19b181a
child 6225 a176e68b7d0d
--- a/web/views/editforms.py	Mon Sep 06 19:37:37 2010 +0200
+++ b/web/views/editforms.py	Mon Sep 06 21:57:12 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)