summaryrefslogtreecommitdiff
path: root/lib/action.php
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2010-03-01 14:16:44 -0500
committerCraig Andrews <candrews@integralblue.com>2010-03-01 14:16:44 -0500
commit5a14264f0c75b7475d420cf51f5eaebc96bc1f8a (patch)
tree2845c7a5bb3598207b590fba40857d1e588d644c /lib/action.php
parent3bfe3345df1c2faf0288f1b18d205d793e740aae (diff)
Change 'Home' to 'Personal' in the header.
csarven indicated he accepted this change.
Diffstat (limited to 'lib/action.php')
-rw-r--r--lib/action.php2
1 files changed, 1 insertions, 1 deletions
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) {