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

plugins/ClientSideShorten/ClientSideShortenPlugin.php
plugins/ClientSideShorten/shorten.php

index 57f5ad89e0f0a5392d145788baa3514ca9f9ef12..27a3a56f72d2e3cd62db96aaf3d366a03acef5b2 100644 (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;
     }
-
 }
-
index f67cbf3b28a3489be488936f366e8468ef991482..8c2fc1b3cdd30e126ef4af27341372b6c8eae07c 100644 (file)
@@ -66,4 +66,3 @@ class ShortenAction extends Action
         print $shortened_text;
     }
 }
-