Remove unneeded trailing space.
This commit is contained in:
parent
436068dc0d
commit
7602f605d5
|
@ -226,7 +226,7 @@ class ShowgroupAction extends GroupAction
|
||||||
// TRANS: This message contains Markdown links. Ensure they are formatted correctly: [Description](link).
|
// TRANS: This message contains Markdown links. Ensure they are formatted correctly: [Description](link).
|
||||||
$m = sprintf(_('**%s** is a user group on %%%%site.name%%%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-blogging) service ' .
|
$m = sprintf(_('**%s** is a user group on %%%%site.name%%%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-blogging) service ' .
|
||||||
'based on the Free Software [StatusNet](http://status.net/) tool. Its members share ' .
|
'based on the Free Software [StatusNet](http://status.net/) tool. Its members share ' .
|
||||||
'short messages about their life and interests. '),
|
'short messages about their life and interests.'),
|
||||||
$this->group->getBestName());
|
$this->group->getBestName());
|
||||||
}
|
}
|
||||||
$this->elementStart('div', array('id' => 'anon_notice'));
|
$this->elementStart('div', array('id' => 'anon_notice'));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user