web/views/idownloadable.py
changeset 2530 3cd117ecc3a8
parent 2524 2d0c04c8cbe4
child 2789 39712da6f397
child 3065 694c03f7d72f
--- a/web/views/idownloadable.py	Tue Jul 28 16:33:53 2009 +0200
+++ b/web/views/idownloadable.py	Tue Jul 28 16:33:59 2009 +0200
@@ -122,7 +122,7 @@
     __select__ = implements(IDownloadable)
 
     def cell_call(self, row, col, title=None, **kwargs):
-        """the secondary view is a link to download the file"""
+        """the oneline view is a link to download the file"""
         entity = self.entity(row, col)
         url = xml_escape(entity.absolute_url())
         name = xml_escape(title or entity.download_file_name())