]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
i18n for "Keyword(s)"
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 21 Nov 2009 14:59:54 +0000 (15:59 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 21 Nov 2009 14:59:54 +0000 (15:59 +0100)
lib/searchaction.php

index 130b28ff52d7f5e57cce80ac0fd5ca45ff5ddfdb..32e07b4bd139163534028ce79b2f6c44761ee965 100644 (file)
@@ -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');