From: Siebrand Mazeland Date: Sat, 18 Sep 2010 09:45:50 +0000 (+0200) Subject: * update i18n/L10n X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f0716819ec206e6b407c7cefcc463e946127bacf;p=quix0rs-gnu-social.git * update i18n/L10n * remove superfluous whitespace --- diff --git a/plugins/ClientSideShorten/ClientSideShortenPlugin.php b/plugins/ClientSideShorten/ClientSideShortenPlugin.php index 57f5ad89e0..27a3a56f72 100644 --- a/plugins/ClientSideShorten/ClientSideShortenPlugin.php +++ b/plugins/ClientSideShorten/ClientSideShortenPlugin.php @@ -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; } - } - diff --git a/plugins/ClientSideShorten/shorten.php b/plugins/ClientSideShorten/shorten.php index f67cbf3b28..8c2fc1b3cd 100644 --- a/plugins/ClientSideShorten/shorten.php +++ b/plugins/ClientSideShorten/shorten.php @@ -66,4 +66,3 @@ class ShortenAction extends Action print $shortened_text; } } -