X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Ftopposterssection.php;h=c62150421596e75a818a72a27102a7aaa571b01d;hb=14fe22e4307044f2eb08264a7b83f9c2de245dba;hp=cbb6a98ebde5d0b33e0b5aa675f6a12720c2bb7b;hpb=9d87313eaebe8240393ac300a435f3b1332c8849;p=quix0rs-gnu-social.git diff --git a/lib/topposterssection.php b/lib/topposterssection.php index cbb6a98ebd..c621504215 100644 --- a/lib/topposterssection.php +++ b/lib/topposterssection.php @@ -43,7 +43,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 TopPostersSection extends ProfileSection { function getProfiles() @@ -71,6 +70,7 @@ class TopPostersSection extends ProfileSection function title() { + // TRANS: Title for top posters section. return _('Top posters'); }