From 4cf0a0655066e886e0d82b4bbef83a3a85910adc Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 2 Mar 2014 19:23:17 +0100 Subject: Update french translation --- archaeological_files/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_files/forms.py') 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, -- cgit v1.2.3