Favorited -> Popular

darcs-hash:20081208053543-84dde-039dcb947f0c6c2cd01ab7065b8c807000f59b3a.gz
This commit is contained in:
Evan Prodromou 2008-12-08 00:35:43 -05:00
parent 5bf6d8073b
commit 49644b05d8
1 changed files with 2 additions and 2 deletions

View 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');