From: Craig Andrews Date: Mon, 1 Mar 2010 19:16:44 +0000 (-0500) Subject: Change 'Home' to 'Personal' in the header. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5a14264f0c75b7475d420cf51f5eaebc96bc1f8a;p=quix0rs-gnu-social.git Change 'Home' to 'Personal' in the header. csarven indicated he accepted this change. --- diff --git a/lib/action.php b/lib/action.php index a7e0eb33ba..b7f2c84672 100644 --- a/lib/action.php +++ b/lib/action.php @@ -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) {