From: Siebrand Mazeland Date: Sat, 21 Nov 2009 14:59:54 +0000 (+0100) Subject: i18n for "Keyword(s)" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ca7f701f1744d71c5935452e55cdc38a0d6394a3;p=quix0rs-gnu-social.git i18n for "Keyword(s)" --- diff --git a/lib/searchaction.php b/lib/searchaction.php index 130b28ff52..32e07b4bd1 100644 --- a/lib/searchaction.php +++ b/lib/searchaction.php @@ -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');