diff options
| author | Valérie-Emma Leroux <emma@iggdrasil.net> | 2017-01-09 22:40:32 +0100 | 
|---|---|---|
| committer | Valérie-Emma Leroux <emma@iggdrasil.net> | 2017-01-09 22:40:32 +0100 | 
| commit | dc7c0cdf9ceba039b2536c0db8e816a3d29880d9 (patch) | |
| tree | 5ed943ed44c4b10ebf40eb7f56b41f8d8c32a99a /archaeological_operations/models.py | |
| parent | f5f93b8c556d591967dd2001a684fd67dca7b44f (diff) | |
| download | Ishtar-dc7c0cdf9ceba039b2536c0db8e816a3d29880d9.tar.bz2 Ishtar-dc7c0cdf9ceba039b2536c0db8e816a3d29880d9.zip | |
Update labels
Diffstat (limited to 'archaeological_operations/models.py')
| -rw-r--r-- | archaeological_operations/models.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index 5d4fe9a2b..129040706 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -882,7 +882,7 @@ class OperationSource(Source):  class ActType(GeneralType):      TYPE = (('F', _(u'Archaeological file')),              ('O', _(u'Operation')), -            ('TF', _(u'Treatment file')), +            ('TF', _(u'Treatment request')),              ('T', _(u'Treatment')),              )      intented_to = models.CharField(_(u"Intended to"), max_length=2, @@ -994,7 +994,7 @@ class AdministrativeAct(BaseHistorizedItem, OwnPerms, ValueGetter):          'archaeological_finds.TreatmentFile',          blank=True, null=True,          related_name='administrative_act', -        verbose_name=_(u"Treatment file")) +        verbose_name=_(u"Treatment request"))      treatment = models.ForeignKey(          'archaeological_finds.Treatment',          blank=True, null=True, | 
