Change 'Home' to 'Personal' in the header.
csarven indicated he accepted this change.
This commit is contained in:
parent
3bfe3345df
commit
5a14264f0c
|
@ -436,7 +436,7 @@ class Action extends HTMLOutputter // lawsuit
|
||||||
if (Event::handle('StartPrimaryNav', array($this))) {
|
if (Event::handle('StartPrimaryNav', array($this))) {
|
||||||
if ($user) {
|
if ($user) {
|
||||||
$this->menuItem(common_local_url('all', array('nickname' => $user->nickname)),
|
$this->menuItem(common_local_url('all', array('nickname' => $user->nickname)),
|
||||||
_('Home'), _('Personal profile and friends timeline'), false, 'nav_home');
|
_('Personal'), _('Personal profile and friends timeline'), false, 'nav_home');
|
||||||
$this->menuItem(common_local_url('profilesettings'),
|
$this->menuItem(common_local_url('profilesettings'),
|
||||||
_('Account'), _('Change your email, avatar, password, profile'), false, 'nav_account');
|
_('Account'), _('Change your email, avatar, password, profile'), false, 'nav_account');
|
||||||
if ($connect) {
|
if ($connect) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user