diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2014-03-02 19:23:17 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2014-03-02 19:23:17 +0100 |
commit | fb712540dfc8841b37032f33f183eeda1546b8e1 (patch) | |
tree | 00b5251e71b65ba4bd141b2bdb0a243394c15643 /archaeological_files/forms.py | |
parent | 4d8c616b76edfe3bd8862b588e825d1e29d40950 (diff) | |
download | Ishtar-fb712540dfc8841b37032f33f183eeda1546b8e1.tar.bz2 Ishtar-fb712540dfc8841b37032f33f183eeda1546b8e1.zip |
Update french translation
Diffstat (limited to 'archaeological_files/forms.py')
-rw-r--r-- | archaeological_files/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_files/forms.py b/archaeological_files/forms.py index cf775bf08..d5e94fb48 100644 --- a/archaeological_files/forms.py +++ b/archaeological_files/forms.py @@ -207,7 +207,7 @@ class FileFormPreventive(forms.Form): self.fields['permit_type'].help_text = models.PermitType.get_help() class FileFormResearch(forms.Form): - form_label = _("Research informations") + form_label = _("Research archaeology") base_model = 'department' associated_models = {'scientist':Person, 'requested_operation_type':OperationType, |