From acc4df9edd0d22aeaf6ce377ca179f4fb5177876 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 27 Aug 2011 16:08:01 -0400 Subject: [PATCH] shorter title for tag cloud section on groups --- lib/grouptagcloudsection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()