change 'Everyone' to 'Public'

This commit is contained in:
Evan Prodromou 2011-01-07 18:57:34 -05:00
parent 9af5040693
commit 66ed9c7f30

View File

@ -105,7 +105,7 @@ class NewMenuPlugin extends Plugin
false,
'nav_profile');
$action->menuItem(common_local_url('public'),
_m('Everyone'),
_m('Public'),
_m('Everyone on this site'),
false,
'nav_public');