diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-19 00:19:02 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-19 00:19:02 +0200 |
commit | 1564b6aa49f47ac59ea15eef2f138b17d2c35cff (patch) | |
tree | fe9bc23dea1656d2669cb677e7ac39b7ee58edd0 /plugins/GoogleAnalytics | |
parent | 8b44063ca14d3101d39b081ec85421a221b45bb7 (diff) |
* L10n update
* remove superfluous whitespace
Diffstat (limited to 'plugins/GoogleAnalytics')
-rw-r--r-- | plugins/GoogleAnalytics/GoogleAnalyticsPlugin.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/GoogleAnalytics/GoogleAnalyticsPlugin.php b/plugins/GoogleAnalytics/GoogleAnalyticsPlugin.php index c646bf113..bb937ec5b 100644 --- a/plugins/GoogleAnalytics/GoogleAnalyticsPlugin.php +++ b/plugins/GoogleAnalytics/GoogleAnalyticsPlugin.php @@ -47,7 +47,6 @@ if (!defined('STATUSNET')) { * * @see Event */ - class GoogleAnalyticsPlugin extends Plugin { var $code = null; @@ -79,7 +78,7 @@ class GoogleAnalyticsPlugin extends Plugin 'homepage' => 'http://status.net/wiki/Plugin:GoogleAnalytics', 'rawdescription' => _m('Use <a href="http://www.google.com/analytics/">Google Analytics</a>'. - ' to track Web access.')); + ' to track web access.')); return true; } } |