* L10n update

* remove superfluous whitespace
This commit is contained in:
Siebrand Mazeland 2010-09-19 00:19:02 +02:00
parent 8b44063ca1
commit 1564b6aa49
1 changed files with 1 additions and 2 deletions

View 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;
}
}