From: Evan Prodromou Date: Mon, 8 Dec 2008 05:35:43 +0000 (-0500) Subject: Favorited -> Popular X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=49644b05d86e36ad9081e4d61921c4a9367ae561;p=quix0rs-gnu-social.git Favorited -> Popular darcs-hash:20081208053543-84dde-039dcb947f0c6c2cd01ab7065b8c807000f59b3a.gz --- diff --git a/lib/stream.php b/lib/stream.php index 907803eab4..1eec1496ad 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');