summaryrefslogtreecommitdiff
path: root/archaeological_operations/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-12-11 19:14:29 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-12-11 19:14:29 +0100
commit6e25c161956c5c905e882ab2572a218ef7cb2914 (patch)
treef900b66f3071825a7382732934f8a7464982ba0d /archaeological_operations/models.py
parent3e64776dd0526810ba05b7aedf89af712db54e0a (diff)
downloadIshtar-6e25c161956c5c905e882ab2572a218ef7cb2914.tar.bz2
Ishtar-6e25c161956c5c905e882ab2572a218ef7cb2914.zip
Update french translation
Diffstat (limited to 'archaeological_operations/models.py')
-rw-r--r--archaeological_operations/models.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py
index 22d724bda..de40657ab 100644
--- a/archaeological_operations/models.py
+++ b/archaeological_operations/models.py
@@ -254,9 +254,9 @@ class ArchaeologicalSite(BaseHistorizedItem, OwnPerms, ValueGetter,
_(u"Sinking date"), null=True, blank=True)
discovery_area = models.TextField(
_(u"Discovery area"), null=True, blank=True)
- affmar_number = models.CharField(_(u"Numéro AffMar"), max_length=100,
+ affmar_number = models.CharField(_(u"AffMar number"), max_length=100,
null=True, blank=True)
- drassm_number = models.CharField(_(u"Numéro DRASSM"), max_length=100,
+ drassm_number = models.CharField(_(u"DRASSM number"), max_length=100,
null=True, blank=True)
# gis
@@ -867,7 +867,7 @@ class Operation(ClosedItem, BaseHistorizedItem, OwnPerms, ValueGetter,
_(u"Finds received"), blank=True, null=True)
# underwater
- drassm_code = models.CharField(_(u"Code DRASSM"), max_length=100,
+ drassm_code = models.CharField(_(u"DRASSM code"), max_length=100,
null=True, blank=True)
# judiciary
seizure_name = models.TextField(_(u"Seizure name"), blank=True, null=True)