diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-05-19 19:24:53 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-05-19 19:24:53 +0200 |
commit | fbc257d80d4f7fadcc0a270d3b6fa5a2774e07a6 (patch) | |
tree | 770e887a806273b010608f1d6738cc04ecdc159f | |
parent | 0500ee49e5b1615bf0e018eb2e483ca58de0fb92 (diff) | |
download | Ishtar-fbc257d80d4f7fadcc0a270d3b6fa5a2774e07a6.tar.bz2 Ishtar-fbc257d80d4f7fadcc0a270d3b6fa5a2774e07a6.zip |
Minor label fix
-rw-r--r-- | ishtar_common/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 2dcc99f85..68c5b3b07 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -977,7 +977,7 @@ if 'archaeological_files' in settings.INSTALLED_APPS: ] + MODELS if 'archaeological_context_records' in settings.INSTALLED_APPS: MODELS = [('archaeological_context_records.models.ContextRecord', - _(u"Archaeological files")), + _(u"Context records")), ] + MODELS def get_model_fields(model): |