i18n for "Search" button text
This commit is contained in:
parent
ca7f701f17
commit
df6796763d
|
@ -124,7 +124,7 @@ class SearchAction extends Action
|
|||
$this->hidden('action', $this->trimmed('action'));
|
||||
}
|
||||
$this->input('q', _('Keyword(s)'), $q);
|
||||
$this->submit('search', 'Search');
|
||||
$this->submit('search', _('Search'));
|
||||
$this->elementEnd('li');
|
||||
$this->elementEnd('ul');
|
||||
$this->elementEnd('fieldset');
|
||||
|
|
Loading…
Reference in New Issue
Block a user