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