From ca7f701f1744d71c5935452e55cdc38a0d6394a3 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 21 Nov 2009 15:59:54 +0100 Subject: [PATCH] i18n for "Keyword(s)" --- lib/searchaction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.39.2