]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/peopletagsbysubssection.php
Update/add translator documentation.
[quix0rs-gnu-social.git] / lib / peopletagsbysubssection.php
index 779e7d8ef9e51a00ccbf5f14acb42199fb740914..d67b7fb88d851f67aaafa074cfb8da8e0fda409f 100644 (file)
@@ -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 PeopletagsBySubsSection extends PeopletagSection
 {
     function getPeopletags()
@@ -66,6 +65,7 @@ class PeopletagsBySubsSection extends PeopletagSection
 
     function title()
     {
+        // TRANS: Title for section contaning people tags with the most subscribers.
         return _('People tags with most subscribers');
     }