From 5a14264f0c75b7475d420cf51f5eaebc96bc1f8a Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Mon, 1 Mar 2010 14:16:44 -0500 Subject: Change 'Home' to 'Personal' in the header. csarven indicated he accepted this change. --- lib/action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/action.php b/lib/action.php index a7e0eb33b..b7f2c8467 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) { -- cgit v1.2.3-54-g00ecf