From: Evan Prodromou Date: Sat, 27 Aug 2011 20:08:01 +0000 (-0400) Subject: shorter title for tag cloud section on groups X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=acc4df9edd0d22aeaf6ce377ca179f4fb5177876;p=quix0rs-gnu-social.git shorter title for tag cloud section on groups --- diff --git a/lib/grouptagcloudsection.php b/lib/grouptagcloudsection.php index 5b914c0073..5ed14560ce 100644 --- a/lib/grouptagcloudsection.php +++ b/lib/grouptagcloudsection.php @@ -54,7 +54,7 @@ class GroupTagCloudSection extends TagCloudSection { // TRANS: Title for group tag cloud section. // TRANS: %s is a group name. - return sprintf(_('Tags in %s group\'s notices'), $this->group->nickname); + return _('Tags'); } function getTags()