forked from GNUsocial/gnu-social
i18n for "Keyword(s)"
This commit is contained in:
parent
589c9204a0
commit
ca7f701f17
@ -123,7 +123,7 @@ class SearchAction extends Action
|
|||||||
if (!common_config('site', 'fancy')) {
|
if (!common_config('site', 'fancy')) {
|
||||||
$this->hidden('action', $this->trimmed('action'));
|
$this->hidden('action', $this->trimmed('action'));
|
||||||
}
|
}
|
||||||
$this->input('q', 'Keyword(s)', $q);
|
$this->input('q', _('Keyword(s)'), $q);
|
||||||
$this->submit('search', 'Search');
|
$this->submit('search', 'Search');
|
||||||
$this->elementEnd('li');
|
$this->elementEnd('li');
|
||||||
$this->elementEnd('ul');
|
$this->elementEnd('ul');
|
||||||
|
Loading…
Reference in New Issue
Block a user