diff options
Diffstat (limited to 'lib/searchaction.php')
-rw-r--r-- | lib/searchaction.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/searchaction.php b/lib/searchaction.php index 130b28ff5..bb71a2ba1 100644 --- a/lib/searchaction.php +++ b/lib/searchaction.php @@ -123,8 +123,8 @@ class SearchAction extends Action if (!common_config('site', 'fancy')) { $this->hidden('action', $this->trimmed('action')); } - $this->input('q', 'Keyword(s)', $q); - $this->submit('search', 'Search'); + $this->input('q', _('Keyword(s)'), $q); + $this->submit('search', _('Search')); $this->elementEnd('li'); $this->elementEnd('ul'); $this->elementEnd('fieldset'); |