From 7602f605d545e31a7e9c5a0015e6f966219407d0 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 10 Oct 2011 15:06:39 +0200 Subject: [PATCH] Remove unneeded trailing space. --- actions/showgroup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/showgroup.php b/actions/showgroup.php index 88a6293377..eba3191f6f 100644 --- a/actions/showgroup.php +++ b/actions/showgroup.php @@ -226,7 +226,7 @@ class ShowgroupAction extends GroupAction // 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 ' . '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->elementStart('div', array('id' => 'anon_notice'));