diff options
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 |
commit | d8cf5141cb77d24fba858ed9123c84359a0c0dd2 (patch) | |
tree | 685fe93ffd11ee08181f067f15ac1975457a2122 /ishtar/furnitures/forms_common.py | |
parent | 253759d5bd43158f75386b0935da9a58cced024b (diff) | |
download | Ishtar-d8cf5141cb77d24fba858ed9123c84359a0c0dd2.tar.bz2 Ishtar-d8cf5141cb77d24fba858ed9123c84359a0c0dd2.zip |
More explicit search title (refs #434)
Diffstat (limited to 'ishtar/furnitures/forms_common.py')
-rw-r--r-- | ishtar/furnitures/forms_common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar/furnitures/forms_common.py b/ishtar/furnitures/forms_common.py index cb147e46f..387e8ec17 100644 --- a/ishtar/furnitures/forms_common.py +++ b/ishtar/furnitures/forms_common.py @@ -44,7 +44,7 @@ class PersonWizard(Wizard): model = models.Person class PersonFormSelection(forms.Form): - form_label = _("Person") + form_label = _(u"Person search") associated_models = {'pk':models.Person} currents = {'pk':models.Person} pk = forms.IntegerField(label=_("Person"), |