X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fpersonaltagcloudsection.php;h=a86bb23e8d8241234977c922df29eaf1e7611b37;hb=873b1fb186025a91052e6c1da2e79846fea7efd9;hp=fd10ba14d615bdc9465bf134e388334c1c611589;hpb=9c8b2b567f00b7a686a31190ad5caf70661cd31d;p=quix0rs-gnu-social.git 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()