diff --git a/lib/noticelist.php b/lib/noticelist.php index 273bf3a231..f18b2d6684 100644 --- a/lib/noticelist.php +++ b/lib/noticelist.php @@ -81,8 +81,6 @@ class NoticeList extends Widget function show() { $this->out->elementStart('div', array('id' =>'notices_primary')); - // TRANS: Header in notice list. - $this->out->element('h2', null, _m('HEADER','Notices')); $this->out->elementStart('ol', array('class' => 'notices xoxo')); $cnt = 0;