web/views/xmlrss.py
changeset 8035 f98012ec7c53
parent 7911 5ab88d05083f
child 8190 2a3c1b787688
--- a/web/views/xmlrss.py	Fri Oct 28 11:31:11 2011 +0200
+++ b/web/views/xmlrss.py	Fri Oct 28 11:33:24 2011 +0200
@@ -52,7 +52,7 @@
 class XMLView(EntityView):
     """xml view for entities"""
     __regid__ = 'xml'
-    title = _('xml')
+    title = _('xml export (entities)')
     templatable = False
     content_type = 'text/xml'
     xml_root = 'rset'
@@ -231,7 +231,7 @@
 
 class RSSView(XMLView):
     __regid__ = 'rss'
-    title = _('rss')
+    title = _('rss export')
     templatable = False
     content_type = 'text/xml'
     http_cache_manager = httpcache.MaxAgeHTTPCacheManager