Correctly spell "Yahoo!"

With the trailing bang(!).
This commit is contained in:
Joshua Judson Rosen 2014-12-03 22:46:50 -05:00
parent b45b7c153e
commit f9d815db64
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ class SearchAction extends Action
$message .= sprintf(_("You can also try your search on other engines:
* [Google](http://www.google.com/search?q=site%%3A%%%%site.server%%%%+%s)
* [Yahoo](http://search.yahoo.com/search?p=site%%3A%%%%site.server%%%%+%s)
* [Yahoo!](http://search.yahoo.com/search?p=site%%3A%%%%site.server%%%%+%s)
"), $qe, $qe);
$message .= "\n";
}