i18n for "Keyword(s)"

This commit is contained in:
Siebrand Mazeland 2009-11-21 15:59:54 +01:00
parent 589c9204a0
commit ca7f701f17
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class SearchAction extends Action
if (!common_config('site', 'fancy')) {
$this->hidden('action', $this->trimmed('action'));
}
$this->input('q', 'Keyword(s)', $q);
$this->input('q', _('Keyword(s)'), $q);
$this->submit('search', 'Search');
$this->elementEnd('li');
$this->elementEnd('ul');