diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-07-08 14:59:25 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-07-08 14:59:25 +0200 |
commit | 4298ae18ea1ee32c3c6d3167da9a2d6f80af23b8 (patch) | |
tree | ae9029cb0891153377226ee5029da71ed41180a7 /archaeological_context_records/forms.py | |
parent | c22ffbbf331a4925f185472c1ede04b6bfcdbe50 (diff) | |
download | Ishtar-4298ae18ea1ee32c3c6d3167da9a2d6f80af23b8.tar.bz2 Ishtar-4298ae18ea1ee32c3c6d3167da9a2d6f80af23b8.zip |
Update translations
Diffstat (limited to 'archaeological_context_records/forms.py')
-rw-r--r-- | archaeological_context_records/forms.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archaeological_context_records/forms.py b/archaeological_context_records/forms.py index 06610f936..0e06ae2e5 100644 --- a/archaeological_context_records/forms.py +++ b/archaeological_context_records/forms.py @@ -148,8 +148,8 @@ class RecordSelect(DocumentItemSelect, PeriodSelect): operation__code_patriarche = forms.CharField( max_length=500, widget=OAWidget, label=_("Code PATRIARCHE") ) - operation__common_name = forms.CharField(label=_("Operation name"), max_length=30) - operation__year = forms.IntegerField(label=_("Operation's year")) + operation__common_name = forms.CharField(label=_("Operation - name"), max_length=30) + operation__year = forms.IntegerField(label=_("Operation - year")) operation__operation_code = forms.IntegerField( label=_("Operation's number (index by year)") ) @@ -786,7 +786,7 @@ class QAContextRecordFormMulti(QAForm): if (r_type and not r_related) or (not r_type and r_related): raise forms.ValidationError( _( - "To add relations, you must fill relation type and related to fields." + "To add relations, you must fill \"relation type\" and \"related to\" fields." ) ) |