diff -r b6753521129d -r 1294a6bdf3bf web/views/schema.py --- a/web/views/schema.py Fri Jul 24 13:50:59 2009 +0200 +++ b/web/views/schema.py Fri Jul 24 14:33:37 2009 +0200 @@ -37,7 +37,7 @@ class SchemaView(tabs.TabsMixin, StartupView): id = 'schema' - title = _('application schema') + title = _('instance schema') tabs = [_('schema-text'), _('schema-image')] default_tab = 'schema-text' @@ -59,7 +59,7 @@ % xml_escape(self.build_url('view', vid='schemagraph', skipmeta=0))) self.w(u'%s\n' % ( xml_escape(self.req.build_url('view', vid='schemagraph', skipmeta=1)), - self.req._("graphical representation of the application'schema"))) + self.req._("graphical representation of the instance'schema"))) class SchemaTabTextView(StartupView):