X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fpopularnoticesection.php;h=f6f27c6878e973a6df406520b433200bb3d6f0bc;hb=119d0f7dbab40f30170ba263de78d7e9cea984db;hp=a4f038b24654e96011da712c5f44ddb3fccdfbb8;hpb=9b9db3b28aa117085385baa264ba6d8bb928cfac;p=quix0rs-gnu-social.git diff --git a/lib/popularnoticesection.php b/lib/popularnoticesection.php index a4f038b246..f6f27c6878 100644 --- a/lib/popularnoticesection.php +++ b/lib/popularnoticesection.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 PopularNoticeSection extends NoticeSection { function getNotices() @@ -59,6 +58,7 @@ class PopularNoticeSection extends NoticeSection function title() { + // TRANS: Title for favourited notices section. return _('Popular notices'); }