diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-10-30 14:36:54 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-10-30 14:36:54 +0200 |
commit | 234b03d945b64ce43d2460be67ff11df74857da8 (patch) | |
tree | 0c4c3a7a308791e538468cfc6c4a153ef5025b02 /lib/feedlist.php | |
parent | 8391058ea409f02d12060e62c919752b58ba9a0c (diff) |
* translator documentation updates.
* added FIXMEs in actions/showgroup.php.
* superfluous whitespace removed.
Diffstat (limited to 'lib/feedlist.php')
-rw-r--r-- | lib/feedlist.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/feedlist.php b/lib/feedlist.php index 076576028..bbe66b2e7 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')); |