forked from GNUsocial/gnu-social
Remove i18n for space.
Remove trailing whitespace.
This commit is contained in:
parent
707076fca9
commit
acced719fd
@ -272,7 +272,7 @@ class NoticeListItem extends Widget
|
|||||||
$groups = $this->getGroups();
|
$groups = $this->getGroups();
|
||||||
|
|
||||||
$user = common_current_user();
|
$user = common_current_user();
|
||||||
|
|
||||||
$streamNicknames = !empty($user) && $user->streamNicknames();
|
$streamNicknames = !empty($user) && $user->streamNicknames();
|
||||||
|
|
||||||
foreach ($groups as $group) {
|
foreach ($groups as $group) {
|
||||||
@ -297,7 +297,7 @@ class NoticeListItem extends Widget
|
|||||||
$replies = $this->getReplyProfiles();
|
$replies = $this->getReplyProfiles();
|
||||||
|
|
||||||
$user = common_current_user();
|
$user = common_current_user();
|
||||||
|
|
||||||
$streamNicknames = !empty($user) && $user->streamNicknames();
|
$streamNicknames = !empty($user) && $user->streamNicknames();
|
||||||
|
|
||||||
foreach ($replies as $reply) {
|
foreach ($replies as $reply) {
|
||||||
@ -620,7 +620,7 @@ class NoticeListItem extends Widget
|
|||||||
|
|
||||||
// TRANS: Addition in notice list item if notice was repeated. Followed by a span with a nickname.
|
// TRANS: Addition in notice list item if notice was repeated. Followed by a span with a nickname.
|
||||||
$this->out->raw(_('Repeated by'));
|
$this->out->raw(_('Repeated by'));
|
||||||
$this->out->raw(_(' '));
|
$this->out->raw(' ');
|
||||||
|
|
||||||
$this->out->elementStart('a', $attrs);
|
$this->out->elementStart('a', $attrs);
|
||||||
$this->out->element('span', 'fn nickname', $repeater->nickname);
|
$this->out->element('span', 'fn nickname', $repeater->nickname);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user