From c2db2483a0e315f0050710bf6f224b2be3290039 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 29 Oct 2011 14:34:50 +0200 Subject: [PATCH] Remove trailing whitespace in UI text. --- actions/showstream.php | 2 +- actions/version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/actions/showstream.php b/actions/showstream.php index 6e5ba84511..a3b1794313 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -274,7 +274,7 @@ class ShowstreamAction extends ProfileAction // TRANS: Announcement for anonymous users showing a timeline if site registrations are closed or invite only. // TRANS: This message contains a Markdown link. Keep "](" together. $m = sprintf(_('**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-blogging) service ' . - 'based on the Free Software [StatusNet](http://status.net/) tool. '), + 'based on the Free Software [StatusNet](http://status.net/) tool.'), $this->user->nickname, $this->user->nickname); } $this->elementStart('div', array('id' => 'anon_notice')); diff --git a/actions/version.php b/actions/version.php index a7b5fd8c72..0461aade5c 100644 --- a/actions/version.php +++ b/actions/version.php @@ -171,14 +171,14 @@ class VersionAction extends Action _('StatusNet is free software: you can redistribute it and/or modify '. 'it under the terms of the GNU Affero General Public License as published by '. 'the Free Software Foundation, either version 3 of the License, or '. - '(at your option) any later version. ')); + '(at your option) any later version.')); $this->element('p', null, // TRANS: Content part of StatusNet version page. _('This program is distributed in the hope that it will be useful, '. 'but WITHOUT ANY WARRANTY; without even the implied warranty of '. 'MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the '. - 'GNU Affero General Public License for more details. ')); + 'GNU Affero General Public License for more details.')); $this->elementStart('p'); // TRANS: Content part of StatusNet version page. -- 2.39.2