]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
better title for personal tagcloud section
authorEvan Prodromou <evan@status.net>
Thu, 14 Apr 2011 20:08:26 +0000 (16:08 -0400)
committerEvan Prodromou <evan@status.net>
Thu, 14 Apr 2011 20:08:26 +0000 (16:08 -0400)
lib/personaltagcloudsection.php

index fd10ba14d615bdc9465bf134e388334c1c611589..a86bb23e8d8241234977c922df29eaf1e7611b37 100644 (file)
@@ -53,7 +53,7 @@ class PersonalTagCloudSection extends TagCloudSection
     function title()
     {
         // TRANS: Title for personal tag cloud section. %s is a user nickname.
-        return sprintf(_('Tags in %s\'s notices'), $this->user->nickname);
+        return sprintf(_('Tags'), $this->user->nickname);
     }
 
     function getTags()