summaryrefslogtreecommitdiff
path: root/ishtar/furnitures/forms_files.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-06-10 13:33:40 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-06-10 13:33:40 +0200
commitd8cf5141cb77d24fba858ed9123c84359a0c0dd2 (patch)
tree685fe93ffd11ee08181f067f15ac1975457a2122 /ishtar/furnitures/forms_files.py
parent253759d5bd43158f75386b0935da9a58cced024b (diff)
downloadIshtar-d8cf5141cb77d24fba858ed9123c84359a0c0dd2.tar.bz2
Ishtar-d8cf5141cb77d24fba858ed9123c84359a0c0dd2.zip
More explicit search title (refs #434)
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,