From d8cf5141cb77d24fba858ed9123c84359a0c0dd2 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 10 Jun 2011 13:33:40 +0200 Subject: More explicit search title (refs #434) --- ishtar/furnitures/forms_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar/furnitures/forms_files.py') 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, -- cgit v1.2.3