summaryrefslogtreecommitdiff
path: root/lib/stream.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-12-08 00:35:43 -0500
committerEvan Prodromou <evan@prodromou.name>2008-12-08 00:35:43 -0500
commit49644b05d86e36ad9081e4d61921c4a9367ae561 (patch)
tree02f944418ca7426a412b60e83b7f6a7b828888f4 /lib/stream.php
parent5bf6d8073b1260cb7e830a36742741624d5ad22d (diff)
Favorited -> Popular
darcs-hash:20081208053543-84dde-039dcb947f0c6c2cd01ab7065b8c807000f59b3a.gz
Diffstat (limited to 'lib/stream.php')
-rw-r--r--lib/stream.php4
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');