X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Ffeedlist.php;h=bbe66b2e74af62470b05bb020f1199f9ece32c26;hb=8a0f67b773c0c3fe7c3642730fdb184f288ba45d;hp=076576028dc5884609af022fdd205543dc6ba247;hpb=07bc50eaedd262573bf1560b075670d803e17a63;p=quix0rs-gnu-social.git diff --git a/lib/feedlist.php b/lib/feedlist.php index 076576028d..bbe66b2e74 100644 --- a/lib/feedlist.php +++ b/lib/feedlist.php @@ -62,6 +62,7 @@ class FeedList extends Widget if (!empty($feeds)) { $this->out->elementStart('div', array('id' => 'export_data', 'class' => 'section')); + // TRANS: Header for feed links (h2). $this->out->element('h2', null, _('Feeds')); $this->out->elementStart('ul', array('class' => 'xoxo'));