diff options
author | Evan Prodromou <evan@status.net> | 2010-09-21 14:09:46 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-09-21 14:09:46 -0400 |
commit | 28fdc733a7e90146ae7803d61c352c1758285bd8 (patch) | |
tree | ffd34be3af0bba39657a335f1d4bfd8032b7c7fc /lib/feedlist.php | |
parent | 55ad954b15d0d2d855c4cb8db5da95d3c2d0dbfb (diff) |
change the location and title of the feeds section
Diffstat (limited to 'lib/feedlist.php')
-rw-r--r-- | lib/feedlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/feedlist.php b/lib/feedlist.php index 9ae83f5e8..7493e3575 100644 --- a/lib/feedlist.php +++ b/lib/feedlist.php @@ -61,7 +61,7 @@ class FeedList extends Widget { $this->out->elementStart('div', array('id' => 'export_data', 'class' => 'section')); - $this->out->element('h2', null, _('Export data')); + $this->out->element('h2', null, _('Feeds')); $this->out->elementStart('ul', array('class' => 'xoxo')); foreach ($feeds as $feed) { |