From 91e8e6f3858b2a69de041f9915c18bfb11d756fb Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 6 Nov 2010 00:54:34 +0100 Subject: [PATCH] Fix typo. Spotted by EugeneZelenko. --- plugins/Adsense/AdsensePlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }