summaryrefslogtreecommitdiff
path: root/archaeological_context_records/models.py
diff options
context:
space:
mode:
authorValérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net>2018-02-26 21:08:33 +0100
committerValérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net>2018-02-26 21:08:33 +0100
commitb5d4ce92604be63cb56901f4f58bba4871e1d478 (patch)
tree5ec47911a8be30cb6e7955b12ad1fc746db004c1 /archaeological_context_records/models.py
parentb1d26cc49ed207d0f2afe9b14deb1c118a518cac (diff)
downloadIshtar-b5d4ce92604be63cb56901f4f58bba4871e1d478.tar.bz2
Ishtar-b5d4ce92604be63cb56901f4f58bba4871e1d478.zip
Update labels
Diffstat (limited to 'archaeological_context_records/models.py')
-rw-r--r--archaeological_context_records/models.py4
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)"),