]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/popularnoticesection.php
Merge branch '1.0.x' of git://gitorious.org/statusnet/mainline into 1.0.x
[quix0rs-gnu-social.git] / lib / popularnoticesection.php
index a4f038b24654e96011da712c5f44ddb3fccdfbb8..f6f27c6878e973a6df406520b433200bb3d6f0bc 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 PopularNoticeSection extends NoticeSection
 {
     function getNotices()
@@ -59,6 +58,7 @@ class PopularNoticeSection extends NoticeSection
 
     function title()
     {
+        // TRANS: Title for favourited notices section.
         return _('Popular notices');
     }