]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove trailing whitespace in UI text.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 29 Oct 2011 12:34:50 +0000 (14:34 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 29 Oct 2011 12:34:50 +0000 (14:34 +0200)
actions/showstream.php
actions/version.php

index 6e5ba84511ff8c3161b25ee46fad3a39c2d7d4f6..a3b1794313f4a08ab1856229d0d52dc782dcff67 100644 (file)
@@ -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'));
index a7b5fd8c72b584f6ed94f7dceb60f9c98f1d2737..0461aade5c11ebc8c0ae8b87c17fcfc907fcbd97 100644 (file)
@@ -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.