i18n for "Search" button text

This commit is contained in:
Siebrand Mazeland 2009-11-21 16:04:20 +01:00
parent ca7f701f17
commit df6796763d
1 changed files with 1 additions and 1 deletions

View File

@ -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');