From 3be583f419cc0d86996fb6cdbab37abe94422d40 Mon Sep 17 00:00:00 2001 From: Valérie-Emma Leroux Date: Mon, 26 Feb 2018 21:08:33 +0100 Subject: Update labels --- archaeological_context_records/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archaeological_context_records') 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)"), -- cgit v1.2.3