summaryrefslogtreecommitdiff
path: root/ishtar/furnitures/forms_operations.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_operations.py
parent253759d5bd43158f75386b0935da9a58cced024b (diff)
downloadIshtar-d8cf5141cb77d24fba858ed9123c84359a0c0dd2.tar.bz2
Ishtar-d8cf5141cb77d24fba858ed9123c84359a0c0dd2.zip
More explicit search title (refs #434)
Diffstat (limited to 'ishtar/furnitures/forms_operations.py')
-rw-r--r--ishtar/furnitures/forms_operations.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar/furnitures/forms_operations.py b/ishtar/furnitures/forms_operations.py
index c6b6b9880..564d65b0b 100644
--- a/ishtar/furnitures/forms_operations.py
+++ b/ishtar/furnitures/forms_operations.py
@@ -198,7 +198,7 @@ class OperationSelect(forms.Form):
year = forms.IntegerField(label=_("Year"))
class OperationFormSelection(forms.Form):
- form_label = _("Operation")
+ form_label = _(u"Operation search")
associated_models = {'pk':models.Operation}
currents = {'pk':models.Operation}
pk = forms.IntegerField(label="", required=False,
@@ -537,7 +537,7 @@ class AdministrativeActOpeSelect(forms.Form):
choices=models.ActType.get_types(dct={'intented_to':'O'}))
class AdministrativeActOpeFormSelection(forms.Form):
- form_label = _("Administrative Act")
+ form_label = _("Administrative act search")
associated_models = {'pk':models.AdministrativeAct}
currents = {'pk':models.AdministrativeAct}
pk = forms.IntegerField(label="", required=False,