summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
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
commit351b4bd9eb774d9f42f017dd6816aded47c5e601 (patch)
tree770e887a806273b010608f1d6738cc04ecdc159f /ishtar_common/models.py
parentd3022a35dd55bc0c1743da8ef2f41aa0f1be15c1 (diff)
downloadIshtar-351b4bd9eb774d9f42f017dd6816aded47c5e601.tar.bz2
Ishtar-351b4bd9eb774d9f42f017dd6816aded47c5e601.zip
Minor label fix
Diffstat (limited to 'ishtar_common/models.py')
-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):