X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fpersonaltagcloudsection.php;h=c861c4f57f90fb6ceee594b719d2be842cc34acc;hb=8abc2d3b8d603d45d1228684f7366b5e4e8ab8de;hp=5ea3f188dbf61b2385ad85fde65d15831a381154;hpb=32084e33a266797b306158df29e48f057651b410;p=quix0rs-gnu-social.git diff --git a/lib/personaltagcloudsection.php b/lib/personaltagcloudsection.php index 5ea3f188db..c861c4f57f 100644 --- a/lib/personaltagcloudsection.php +++ b/lib/personaltagcloudsection.php @@ -40,7 +40,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ - class PersonalTagCloudSection extends TagCloudSection { var $user = null; @@ -53,7 +52,8 @@ class PersonalTagCloudSection extends TagCloudSection function title() { - return sprintf(_('Tags in %s\'s notices'), $this->user->nickname); + // TRANS: Title for personal tag cloud section. + return _m('TITLE','Tags'); } function getTags() @@ -84,5 +84,4 @@ class PersonalTagCloudSection extends TagCloudSection 3600); return $tag; } - }