diff options
author | Valérie-Emma Leroux <emma@iggdrasil.net> | 2018-02-26 21:08:33 +0100 |
---|---|---|
committer | Valérie-Emma Leroux <emma@iggdrasil.net> | 2018-02-26 21:08:33 +0100 |
commit | 3be583f419cc0d86996fb6cdbab37abe94422d40 (patch) | |
tree | 5ec47911a8be30cb6e7955b12ad1fc746db004c1 | |
parent | 10fd9317bc7e01c5b94c80afa008e5168bdf2144 (diff) | |
download | Ishtar-3be583f419cc0d86996fb6cdbab37abe94422d40.tar.bz2 Ishtar-3be583f419cc0d86996fb6cdbab37abe94422d40.zip |
Update labels
-rw-r--r-- | archaeological_context_records/models.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py index bc007f44c..a8607c231 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -220,8 +220,8 @@ class ContextRecord(BulkUpdatedItem, BaseHistorizedItem, 'datings__period__label': _(u"Periods"), 'datings__period': _(u"Datings (period)"), 'detailled_related_context_records': _(u"Related context records"), - 'operation__code_patriarche': u"Operation (code patriarche)", - 'operation__common_name': u"Operation (name)", + 'operation__code_patriarche': _(u"Operation (Patriarche code)"), + 'operation__common_name': _(u"Operation (name)"), 'parcel__external_id': _(u"Parcel (external ID)"), 'parcel__town__name': _(u"Parcel (town)"), 'parcel__town': _(u"Parcel (town)"), |