]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/topposterssection.php
Event fixes for activityhandlerplugin
[quix0rs-gnu-social.git] / lib / topposterssection.php
index cbb6a98ebde5d0b33e0b5aa675f6a12720c2bb7b..c62150421596e75a818a72a27102a7aaa571b01d 100644 (file)
@@ -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');
     }