--- a/i18n/de.po Fri Aug 05 14:19:56 2011 +0200
+++ b/i18n/de.po Fri Aug 05 15:06:02 2011 +0200
@@ -3755,7 +3755,7 @@
msgid "site documentation"
msgstr "Dokumentation der Website"
-msgid "site schema"
+msgid "data model schema"
msgstr "Schema der Website"
msgid "site title"
--- a/i18n/en.po Fri Aug 05 14:19:56 2011 +0200
+++ b/i18n/en.po Fri Aug 05 15:06:02 2011 +0200
@@ -3659,7 +3659,7 @@
msgid "site documentation"
msgstr ""
-msgid "site schema"
+msgid "data model schema"
msgstr ""
msgid "site title"
--- a/i18n/es.po Fri Aug 05 14:19:56 2011 +0200
+++ b/i18n/es.po Fri Aug 05 15:06:02 2011 +0200
@@ -3806,7 +3806,7 @@
msgid "site documentation"
msgstr "Documentación Sistema"
-msgid "site schema"
+msgid "data model schema"
msgstr "Esquema del Sistema"
msgid "site title"
--- a/i18n/fr.po Fri Aug 05 14:19:56 2011 +0200
+++ b/i18n/fr.po Fri Aug 05 15:06:02 2011 +0200
@@ -3806,8 +3806,8 @@
msgid "site documentation"
msgstr "documentation du site"
-msgid "site schema"
-msgstr "schéma du site"
+msgid "data model schema"
+msgstr "schéma modèle de données"
msgid "site title"
msgstr "titre du site"
--- a/web/views/schema.py Fri Aug 05 14:19:56 2011 +0200
+++ b/web/views/schema.py Fri Aug 05 15:06:02 2011 +0200
@@ -697,7 +697,7 @@
__regid__ = 'schema'
__select__ = yes()
- title = _("site schema")
+ title = _("data model schema")
order = 30
category = 'manage'