forked from GNUsocial/gnu-social
Favorited -> Popular
darcs-hash:20081208053543-84dde-039dcb947f0c6c2cd01ab7065b8c807000f59b3a.gz
This commit is contained in:
parent
5bf6d8073b
commit
49644b05d8
@ -40,8 +40,8 @@ class StreamAction extends PersonalAction {
|
|||||||
_('Notices from featured Users'), $action == 'featured');
|
_('Notices from featured Users'), $action == 'featured');
|
||||||
}
|
}
|
||||||
|
|
||||||
common_menu_item(common_local_url('favorited'), _('Favorited'),
|
common_menu_item(common_local_url('favorited'), _('Popular'),
|
||||||
_("Most favorited notices"), $action == 'favorited');
|
_("Latest popular notices"), $action == 'favorited');
|
||||||
|
|
||||||
common_element_end('ul');
|
common_element_end('ul');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user