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 --- lib/stream.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/stream.php') diff --git a/lib/stream.php b/lib/stream.php index 4569f3929..27ab78137 100644 --- a/lib/stream.php +++ b/lib/stream.php @@ -38,11 +38,11 @@ class StreamAction extends PersonalAction { if (count(common_config('nickname', 'featured')) > 0) { common_menu_item(common_local_url('featured'), _('Featured'), - _('Notices from featured Users'), $action == 'featured'); + _('Featured users'), $action == 'featured'); } common_menu_item(common_local_url('favorited'), _('Popular'), - _("Latest popular notices"), $action == 'favorited'); + _("Popular notices"), $action == 'favorited'); common_element_end('ul'); -- cgit v1.2.3-54-g00ecf