summaryrefslogtreecommitdiff
path: root/archaeological_operations
diff options
context:
space:
mode:
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
commite18f4fe5053adebc4f63519946775e488d41ffbf (patch)
tree13c5dff9204530f8faf5f45ab112489659bb3688 /archaeological_operations
parent537edaa3d16a9998f233252d72c16639be14ce73 (diff)
downloadIshtar-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.py2
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\""),