* update i18n/L10n

* remove superfluous whitespace
This commit is contained in:
Siebrand Mazeland 2010-09-18 11:45:50 +02:00
parent 2d119df6d3
commit f0716819ec
2 changed files with 1 additions and 4 deletions

View File

@ -71,9 +71,7 @@ class ClientSideShortenPlugin extends Plugin
'author' => 'Craig Andrews',
'homepage' => 'http://status.net/wiki/Plugin:ClientSideShorten',
'rawdescription' =>
_m('ClientSideShorten causes the web interface\'s notice form to automatically shorten urls as they entered, and before the notice is submitted.'));
_m('ClientSideShorten causes the web interface\'s notice form to automatically shorten URLs as they entered, and before the notice is submitted.'));
return true;
}
}

View File

@ -66,4 +66,3 @@ class ShortenAction extends Action
print $shortened_text;
}
}