web/views/idownloadable.py
changeset 2470 569d6641f08c
parent 2312 af4d8f75c5db
child 2524 2d0c04c8cbe4
--- a/web/views/idownloadable.py	Fri Jul 24 12:10:22 2009 +0200
+++ b/web/views/idownloadable.py	Fri Jul 24 12:10:54 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())