X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Ftopposterssection.php;h=c62150421596e75a818a72a27102a7aaa571b01d;hb=6a4cb43f67e84d90a26a2e3dd48219c461f9f7d3;hp=cbb6a98ebde5d0b33e0b5aa675f6a12720c2bb7b;hpb=b3b3af9a2eff10c272bb213eccd3dd3060bc5830;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'); }