Fix typo. Spotted by EugeneZelenko.

This commit is contained in:
Siebrand Mazeland 2010-11-06 00:54:34 +01:00
parent ca6d7f1042
commit 91e8e6f385
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ class AdsensePlugin extends UAPPlugin
'author' => 'Evan Prodromou', 'author' => 'Evan Prodromou',
'homepage' => 'http://status.net/wiki/Plugin:Adsense', 'homepage' => 'http://status.net/wiki/Plugin:Adsense',
'rawdescription' => 'rawdescription' =>
_m('Plugin to add Google Adsense to StatusNet sites.')); _m('Plugin to add Google AdSense to StatusNet sites.'));
return true; return true;
} }
} }