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

index 32e07b4bd139163534028ce79b2f6c44761ee965..bb71a2ba15c40f1e05ef0981335f12ef09ef7516 100644 (file)
@@ -124,7 +124,7 @@ class SearchAction extends Action
             $this->hidden('action', $this->trimmed('action'));
         }
         $this->input('q', _('Keyword(s)'), $q);
-        $this->submit('search', 'Search');
+        $this->submit('search', _('Search'));
         $this->elementEnd('li');
         $this->elementEnd('ul');
         $this->elementEnd('fieldset');