diff -r 7e9283731db8 -r ae74b46ea96c web/views/schema.py --- a/web/views/schema.py Fri Jul 24 14:59:54 2009 +0200 +++ b/web/views/schema.py Fri Jul 24 15:00:49 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):