]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Favorited -> Popular
authorEvan Prodromou <evan@prodromou.name>
Mon, 8 Dec 2008 05:35:43 +0000 (00:35 -0500)
committerEvan Prodromou <evan@prodromou.name>
Mon, 8 Dec 2008 05:35:43 +0000 (00:35 -0500)
darcs-hash:20081208053543-84dde-039dcb947f0c6c2cd01ab7065b8c807000f59b3a.gz

lib/stream.php

index 907803eab4bf0d875feac584b5cba93e88a4c077..1eec1496ad0485cfb2e592e80b8155251b87b9c8 100644 (file)
@@ -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');