web/views/bookmark.py
changeset 2476 1294a6bdf3bf
parent 2312 af4d8f75c5db
child 2996 866a2c135c33
--- a/web/views/bookmark.py	Fri Jul 24 13:50:59 2009 +0200
+++ b/web/views/bookmark.py	Fri Jul 24 14:33:37 2009 +0200
@@ -85,7 +85,7 @@
         if eschema.has_perm(req, 'add') and rschema.has_perm(req, 'add', toeid=ueid):
             boxmenu = BoxMenu(req._('manage bookmarks'))
             linkto = 'bookmarked_by:%s:subject' % ueid
-            # use a relative path so that we can move the application without
+            # use a relative path so that we can move the instance without
             # loosing bookmarks
             path = req.relative_path()
             url = self.create_url(self.etype, __linkto=linkto, path=path)