diff -r b6753521129d -r 1294a6bdf3bf web/views/bookmark.py --- 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)