summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
commitfbc257d80d4f7fadcc0a270d3b6fa5a2774e07a6 (patch)
tree770e887a806273b010608f1d6738cc04ecdc159f
parent0500ee49e5b1615bf0e018eb2e483ca58de0fb92 (diff)
downloadIshtar-fbc257d80d4f7fadcc0a270d3b6fa5a2774e07a6.tar.bz2
Ishtar-fbc257d80d4f7fadcc0a270d3b6fa5a2774e07a6.zip
Minor label fix
-rw-r--r--ishtar_common/models.py2
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):