X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fsearchaction.php;h=bb71a2ba15c40f1e05ef0981335f12ef09ef7516;hb=c95daacfdb6d89098716b8eeccfdd82124019d7a;hp=32e07b4bd139163534028ce79b2f6c44761ee965;hpb=ca7f701f1744d71c5935452e55cdc38a0d6394a3;p=quix0rs-gnu-social.git diff --git a/lib/searchaction.php b/lib/searchaction.php index 32e07b4bd1..bb71a2ba15 100644 --- a/lib/searchaction.php +++ b/lib/searchaction.php @@ -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');