]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix typo. Spotted by EugeneZelenko.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 5 Nov 2010 23:54:34 +0000 (00:54 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 5 Nov 2010 23:54:34 +0000 (00:54 +0100)
plugins/Adsense/AdsensePlugin.php

index 3d733e15099cdd76b4c0d7b09f5cde1c659f3f7f..1965f95eabcca1b8fe4c356b87298b72b9a29e37 100644 (file)
@@ -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;
     }
 }