From cca305e6baf56153dba71948b2f452205505e34a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 30 Nov 2011 18:49:54 +0100 Subject: [PATCH] changed most button labels to Submit --- tabellio/searchform/form.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tabellio/searchform/form.py b/tabellio/searchform/form.py index 3ac6eb8..464b613 100644 --- a/tabellio/searchform/form.py +++ b/tabellio/searchform/form.py @@ -567,7 +567,7 @@ class DeputySearchForm(form.Form): super(DeputySearchForm, self).updateWidgets() self.widgets['search_type_is_deputy'].mode = z3c.form.interfaces.HIDDEN_MODE - @button.buttonAndHandler(_(u'Search')) + @button.buttonAndHandler(_(u'Submit')) def handleApply(self, action): pass @@ -589,7 +589,7 @@ class EventSearchForm(form.Form): super(EventSearchForm, self).updateWidgets() self.widgets['search_type_is_event'].mode = z3c.form.interfaces.HIDDEN_MODE - @button.buttonAndHandler(_(u'Search')) + @button.buttonAndHandler(_(u'Submit')) def handleApply(self, action): pass