From 6a0873e30dc075491120ef134e7726cbbc8cb18d Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Thu, 11 Dec 2008 18:53:41 -0500 Subject: Better titles and instructions for Featured and Popular tabs (Do not be afraid of this patch!) darcs-hash:20081211235341-7b5ce-98bae58e267b4e4b0adb5835e5a05e19cd910363.gz --- actions/featured.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/featured.php') 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')); -- cgit v1.2.3-54-g00ecf