summaryrefslogtreecommitdiff
path: root/archaeological_operations/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r--archaeological_operations/forms.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py
index 0c6e65f83..c59fbc86c 100644
--- a/archaeological_operations/forms.py
+++ b/archaeological_operations/forms.py
@@ -211,8 +211,8 @@ class ParcelSelectionForm(IshtarForm):
_parcel_selection = forms.CharField(
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\""),
+ help_text=_("examples: \"2013: XD:1 to 13,24,33 to 39, YD:24\" or "
+ "\"AB:24,AC:42\" (without quotes)"),
max_length=100, required=False)