diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/stream.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stream.php b/lib/stream.php index 907803eab..1eec1496a 100644 --- a/lib/stream.php +++ b/lib/stream.php @@ -40,8 +40,8 @@ class StreamAction extends PersonalAction { _('Notices from featured Users'), $action == 'featured'); } - common_menu_item(common_local_url('favorited'), _('Favorited'), - _("Most favorited notices"), $action == 'favorited'); + common_menu_item(common_local_url('favorited'), _('Popular'), + _("Latest popular notices"), $action == 'favorited'); common_element_end('ul'); |