summaryrefslogtreecommitdiff
path: root/archaeological_context_records
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_context_records')
-rw-r--r--archaeological_context_records/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/forms.py b/archaeological_context_records/forms.py
index 6036b2b38..de44998e6 100644
--- a/archaeological_context_records/forms.py
+++ b/archaeological_context_records/forms.py
@@ -150,7 +150,7 @@ class RecordFormGeneral(CustomForm, ManageOldType):
parcel = forms.ChoiceField(label=_("Parcel"), choices=[])
archaeological_site = forms.ChoiceField(
label=" ", choices=[], required=False,
- help_text=_(u"Only {} associated to the operation can be selected.")
+ help_text=_(u"Only the items associated to the operation can be selected.")
)
label = forms.CharField(label=_(u"ID"),
validators=[validators.MaxLengthValidator(200)])