]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
* L10n update
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 18 Sep 2010 22:19:02 +0000 (00:19 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 18 Sep 2010 22:19:02 +0000 (00:19 +0200)
* remove superfluous whitespace

plugins/GoogleAnalytics/GoogleAnalyticsPlugin.php

index c646bf113b27223a015739fdfa061f8d25fc2ce1..bb937ec5b942a916dc4f5c0d50d40994929853a8 100644 (file)
@@ -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;
     }
 }