diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-04-05 18:02:30 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-04-17 15:47:16 +0200 |
commit | e18f4fe5053adebc4f63519946775e488d41ffbf (patch) | |
tree | 13c5dff9204530f8faf5f45ab112489659bb3688 /archaeological_operations | |
parent | 537edaa3d16a9998f233252d72c16639be14ce73 (diff) | |
download | Ishtar-e18f4fe5053adebc4f63519946775e488d41ffbf.tar.bz2 Ishtar-e18f4fe5053adebc4f63519946775e488d41ffbf.zip |
Update and fix translations (refs #5578, refs #5579, refs #5581)
Diffstat (limited to 'archaeological_operations')
-rw-r--r-- | archaeological_operations/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index bcc568b86..23edc32b3 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -209,7 +209,7 @@ class ParcelSelectionForm(IshtarForm): _town = forms.ChoiceField(label=_("Town"), choices=(), required=False, validators=[valid_id(models.Town)]) _parcel_selection = forms.CharField( - label=_("Full text input"), + label=_("Quick input"), widget=SelectParcelWidget(attrs={'class': 'parcel-select'}), help_text=_("example: \"2013: XD:1 to 13,24,33 to 39, YD:24\" or " "\"AB:24,AC:42\""), |