diff options
Diffstat (limited to 'actions/featured.php')
-rw-r--r-- | actions/featured.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/featured.php b/actions/featured.php index 2bbe7c70c..96fbd89ab 100644 --- a/actions/featured.php +++ b/actions/featured.php @@ -29,7 +29,7 @@ class FeaturedAction extends StreamAction { $page = ($this->arg('page')) ? ($this->arg('page')+0) : 1; - common_show_header(_('Featured timeline'), + common_show_header(_('Featured users'), array($this, 'show_header'), NULL, array($this, 'show_top')); |