summaryrefslogtreecommitdiff
path: root/ishtar/furnitures/forms_files.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar/furnitures/forms_files.py')
-rw-r--r--ishtar/furnitures/forms_files.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar/furnitures/forms_files.py b/ishtar/furnitures/forms_files.py
index 42eeddda2..15b289fae 100644
--- a/ishtar/furnitures/forms_files.py
+++ b/ishtar/furnitures/forms_files.py
@@ -136,7 +136,7 @@ class FileSelect(forms.Form):
year = forms.IntegerField(label=_("Year"))
class FileFormSelection(forms.Form):
- form_label = _("Archaeological file")
+ form_label = _("Archaeological file search")
associated_models = {'pk':models.File}
currents = {'pk':models.File}
pk = forms.IntegerField(label="", required=False,