]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Correctly spell "Yahoo!"
authorJoshua Judson Rosen <rozzin@geekspace.com>
Thu, 4 Dec 2014 03:46:50 +0000 (22:46 -0500)
committerJoshua Judson Rosen <rozzin@geekspace.com>
Thu, 4 Dec 2014 03:46:50 +0000 (22:46 -0500)
With the trailing bang(!).

lib/searchaction.php

index 1320e3bcd8a0d8fb15c0c0cac709ac376d2ae40a..5e9c418459f41c1a0c8fe2886bb9f6a0551b11c5 100644 (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";
         }