diff documentViewer.py @ 610:0488cd12355b

gis mode works again.
author casties
date Mon, 21 Jan 2013 19:58:21 +0100
parents 7962e6891d99
children a79e4e4b3e37
line wrap: on
line diff
--- a/documentViewer.py	Tue Jan 15 18:15:32 2013 +0100
+++ b/documentViewer.py	Mon Jan 21 19:58:21 2013 +0100
@@ -205,7 +205,7 @@
         return self.template.fulltextclient.getRepositoryType(**args)
 
     def getTextDownloadUrl(self, **args):
-        """get list of gis places on one page"""
+        """get URL to download the full text"""
         return self.template.fulltextclient.getTextDownloadUrl(**args)
  
     def getPlacesOnPage(self, **args):