From: Siebrand Mazeland Date: Fri, 5 Nov 2010 23:54:34 +0000 (+0100) Subject: Fix typo. Spotted by EugeneZelenko. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=91e8e6f3858b2a69de041f9915c18bfb11d756fb;p=quix0rs-gnu-social.git Fix typo. Spotted by EugeneZelenko. --- diff --git a/plugins/Adsense/AdsensePlugin.php b/plugins/Adsense/AdsensePlugin.php index 3d733e1509..1965f95eab 100644 --- a/plugins/Adsense/AdsensePlugin.php +++ b/plugins/Adsense/AdsensePlugin.php @@ -206,7 +206,7 @@ class AdsensePlugin extends UAPPlugin 'author' => 'Evan Prodromou', 'homepage' => 'http://status.net/wiki/Plugin:Adsense', 'rawdescription' => - _m('Plugin to add Google Adsense to StatusNet sites.')); + _m('Plugin to add Google AdSense to StatusNet sites.')); return true; } }