From: Evan Prodromou Date: Thu, 14 Apr 2011 20:08:26 +0000 (-0400) Subject: better title for personal tagcloud section X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=80ba45d6653cd3cccf029e33cb2e284beb9dfb4d;p=quix0rs-gnu-social.git better title for personal tagcloud section --- diff --git a/lib/personaltagcloudsection.php b/lib/personaltagcloudsection.php index fd10ba14d6..a86bb23e8d 100644 --- a/lib/personaltagcloudsection.php +++ b/lib/personaltagcloudsection.php @@ -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()