changed most button labels to Submit

This commit is contained in:
Frédéric Péters 2011-11-30 18:49:54 +01:00
parent 1a027a25c1
commit cca305e6ba
1 changed files with 2 additions and 2 deletions

View File

@ -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