diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-11-06 00:54:34 +0100 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-11-06 00:54:34 +0100 |
commit | 91e8e6f3858b2a69de041f9915c18bfb11d756fb (patch) | |
tree | 3c1105d55e964805c1d46f09137f6a150a696878 /plugins/Adsense | |
parent | ca6d7f104242d22f87254f8b33e5bf4a686ec57d (diff) |
Fix typo. Spotted by EugeneZelenko.
Diffstat (limited to 'plugins/Adsense')
-rw-r--r-- | plugins/Adsense/AdsensePlugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Adsense/AdsensePlugin.php b/plugins/Adsense/AdsensePlugin.php index 3d733e150..1965f95ea 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; } } |