From: Siebrand Mazeland Date: Sat, 18 Sep 2010 22:19:02 +0000 (+0200) Subject: * L10n update X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1564b6aa49f47ac59ea15eef2f138b17d2c35cff;p=quix0rs-gnu-social.git * L10n update * remove superfluous whitespace --- diff --git a/plugins/GoogleAnalytics/GoogleAnalyticsPlugin.php b/plugins/GoogleAnalytics/GoogleAnalyticsPlugin.php index c646bf113b..bb937ec5b9 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 Google Analytics'. - ' to track Web access.')); + ' to track web access.')); return true; } }