Remove trailing whitespace in UI text.
This commit is contained in:
parent
151ff6beb7
commit
c2db2483a0
|
@ -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: Announcement for anonymous users showing a timeline if site registrations are closed or invite only.
|
||||||
// TRANS: This message contains a Markdown link. Keep "](" together.
|
// 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 ' .
|
$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->user->nickname, $this->user->nickname);
|
||||||
}
|
}
|
||||||
$this->elementStart('div', array('id' => 'anon_notice'));
|
$this->elementStart('div', array('id' => 'anon_notice'));
|
||||||
|
|
|
@ -171,14 +171,14 @@ class VersionAction extends Action
|
||||||
_('StatusNet is free software: you can redistribute it and/or modify '.
|
_('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 '.
|
'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 '.
|
'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,
|
$this->element('p', null,
|
||||||
// TRANS: Content part of StatusNet version page.
|
// TRANS: Content part of StatusNet version page.
|
||||||
_('This program is distributed in the hope that it will be useful, '.
|
_('This program is distributed in the hope that it will be useful, '.
|
||||||
'but WITHOUT ANY WARRANTY; without even the implied warranty of '.
|
'but WITHOUT ANY WARRANTY; without even the implied warranty of '.
|
||||||
'MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the '.
|
'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');
|
$this->elementStart('p');
|
||||||
// TRANS: Content part of StatusNet version page.
|
// TRANS: Content part of StatusNet version page.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user