diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/searchaction.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/searchaction.php b/lib/searchaction.php index 130b28ff5..32e07b4bd 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'); |