X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fpersonaltagcloudsection.php;h=fd10ba14d615bdc9465bf134e388334c1c611589;hb=1d29ba83150bdd7a23e497ca9a743ac2b6158b6f;hp=5ea3f188dbf61b2385ad85fde65d15831a381154;hpb=a020e230860358fc8b63cd56872bbad0446016e0;p=quix0rs-gnu-social.git diff --git a/lib/personaltagcloudsection.php b/lib/personaltagcloudsection.php index 5ea3f188db..fd10ba14d6 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,6 +52,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); } @@ -84,5 +84,4 @@ class PersonalTagCloudSection extends TagCloudSection 3600); return $tag; } - }