summaryrefslogtreecommitdiff
path: root/plugins/ClientSideShorten
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-18 11:45:50 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-18 11:45:50 +0200
commitf0716819ec206e6b407c7cefcc463e946127bacf (patch)
tree94562781fce69f257912257c1f359f00821e6f95 /plugins/ClientSideShorten
parent2d119df6d392699e46556780d1fdc17f4c424e3a (diff)
* update i18n/L10n
* remove superfluous whitespace
Diffstat (limited to 'plugins/ClientSideShorten')
-rw-r--r--plugins/ClientSideShorten/ClientSideShortenPlugin.php4
-rw-r--r--plugins/ClientSideShorten/shorten.php1
2 files changed, 1 insertions, 4 deletions
diff --git a/plugins/ClientSideShorten/ClientSideShortenPlugin.php b/plugins/ClientSideShorten/ClientSideShortenPlugin.php
index 57f5ad89e..27a3a56f7 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 f67cbf3b2..8c2fc1b3c 100644
--- a/plugins/ClientSideShorten/shorten.php
+++ b/plugins/ClientSideShorten/shorten.php
@@ -66,4 +66,3 @@ class ShortenAction extends Action
print $shortened_text;
}
}
-