summaryrefslogtreecommitdiff
path: root/archaeological_context_records/forms.py
diff options
context:
space:
mode:
authorValérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net>2018-02-23 09:46:00 +0100
committerValérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net>2018-02-23 09:46:00 +0100
commitf5cd3193e7ab86a93f2e2159fb4719f17c983991 (patch)
treee2cf283ee8062fc8954da86cd3202a4b01fa421b /archaeological_context_records/forms.py
parentad8f8f81175bbf5a3802a23baf3d4ebaa27e8d1e (diff)
downloadIshtar-f5cd3193e7ab86a93f2e2159fb4719f17c983991.tar.bz2
Ishtar-f5cd3193e7ab86a93f2e2159fb4719f17c983991.zip
Update labels
Diffstat (limited to 'archaeological_context_records/forms.py')
-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)])