X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fpersonaltagcloudsection.php;h=c861c4f57f90fb6ceee594b719d2be842cc34acc;hb=68621849568bed3e20eca9e02e38bed04fa3001e;hp=a86bb23e8d8241234977c922df29eaf1e7611b37;hpb=80ba45d6653cd3cccf029e33cb2e284beb9dfb4d;p=quix0rs-gnu-social.git diff --git a/lib/personaltagcloudsection.php b/lib/personaltagcloudsection.php index a86bb23e8d..c861c4f57f 100644 --- a/lib/personaltagcloudsection.php +++ b/lib/personaltagcloudsection.php @@ -52,8 +52,8 @@ class PersonalTagCloudSection extends TagCloudSection function title() { - // TRANS: Title for personal tag cloud section. %s is a user nickname. - return sprintf(_('Tags'), $this->user->nickname); + // TRANS: Title for personal tag cloud section. + return _m('TITLE','Tags'); } function getTags()