diff options
| author | Valérie-Emma Leroux <emma@iggdrasil.net> | 2016-12-21 00:55:44 +0100 |
|---|---|---|
| committer | Valérie-Emma Leroux <emma@iggdrasil.net> | 2016-12-21 00:55:44 +0100 |
| commit | 14277b857143020e11c8a59494e550ada0b3bc4b (patch) | |
| tree | 8a465f681ad37efad48e82cd93dccabed1eebb26 | |
| parent | c1b48d57cbb1c5fd8a34d3b6b82c2c1fbbc2a820 (diff) | |
| download | Ishtar-14277b857143020e11c8a59494e550ada0b3bc4b.tar.bz2 Ishtar-14277b857143020e11c8a59494e550ada0b3bc4b.zip | |
Update labels
| -rw-r--r-- | archaeological_finds/forms_treatments.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archaeological_finds/forms_treatments.py b/archaeological_finds/forms_treatments.py index cc20d6f20..caaf70f5a 100644 --- a/archaeological_finds/forms_treatments.py +++ b/archaeological_finds/forms_treatments.py @@ -247,7 +247,7 @@ class TreatmentFormFileChoice(forms.Form): class TreatmentDeletionForm(FinalForm): confirm_msg = _( - u"Are you sure you want to delete this treatment? All modification " + u"Are you sure you want to delete this treatment? All changes " u"made to the associated finds since this treatment record will be " u"lost!") confirm_end_msg = _(u"Would you like to delete this treatment?") @@ -532,13 +532,13 @@ class AdministrativeActTreatmentFileModifForm( SourceTreatmentFormSelection = get_form_selection( 'SourceTreatmentFormSelection', _(u"Treatment search"), 'treatment', models.Treatment, TreatmentSelect, 'get-treatment', - _(u"You should select an treatment.")) + _(u"You should select a treatment.")) SourceTreatmentFileFormSelection = get_form_selection( 'SourceTreatmentFileFormSelection', _(u"Treatment file search"), 'treatment_file', models.TreatmentFile, TreatmentFileSelect, 'get-treatmentfile', - _(u"You should select an treatment file.")) + _(u"You should select a treatment file.")) class TreatmentSourceSelect(SourceSelect): |
