Change 'Home' to 'Personal' in the header.

csarven indicated he accepted this change.
This commit is contained in:
Craig Andrews 2010-03-01 14:16:44 -05:00
parent 3bfe3345df
commit 5a14264f0c
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ class Action extends HTMLOutputter // lawsuit
if (Event::handle('StartPrimaryNav', array($this))) {
if ($user) {
$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'),
_('Account'), _('Change your email, avatar, password, profile'), false, 'nav_account');
if ($connect) {