summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-11-06 00:54:34 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-11-06 00:54:34 +0100
commit91e8e6f3858b2a69de041f9915c18bfb11d756fb (patch)
tree3c1105d55e964805c1d46f09137f6a150a696878 /plugins
parentca6d7f104242d22f87254f8b33e5bf4a686ec57d (diff)
Fix typo. Spotted by EugeneZelenko.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Adsense/AdsensePlugin.php2
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;
}
}