diff options
author | Valérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net> | 2018-02-23 09:46:00 +0100 |
---|---|---|
committer | Valérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net> | 2018-02-23 09:46:00 +0100 |
commit | f5cd3193e7ab86a93f2e2159fb4719f17c983991 (patch) | |
tree | e2cf283ee8062fc8954da86cd3202a4b01fa421b /archaeological_context_records | |
parent | ad8f8f81175bbf5a3802a23baf3d4ebaa27e8d1e (diff) | |
download | Ishtar-f5cd3193e7ab86a93f2e2159fb4719f17c983991.tar.bz2 Ishtar-f5cd3193e7ab86a93f2e2159fb4719f17c983991.zip |
Update labels
Diffstat (limited to 'archaeological_context_records')
-rw-r--r-- | archaeological_context_records/forms.py | 2 |
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)]) |