]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
shorter title for tag cloud section on groups
authorEvan Prodromou <evan@status.net>
Sat, 27 Aug 2011 20:08:01 +0000 (16:08 -0400)
committerEvan Prodromou <evan@status.net>
Sat, 27 Aug 2011 20:08:01 +0000 (16:08 -0400)
lib/grouptagcloudsection.php

index 5b914c00734a972bed9111c4bfafbea7605a5b77..5ed14560ce7a6efde2db81f3d91f24c3738805d5 100644 (file)
@@ -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()