]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Change 'Home' to 'Personal' in the header.
authorCraig Andrews <candrews@integralblue.com>
Mon, 1 Mar 2010 19:16:44 +0000 (14:16 -0500)
committerCraig Andrews <candrews@integralblue.com>
Mon, 1 Mar 2010 19:16:44 +0000 (14:16 -0500)
csarven indicated he accepted this change.

lib/action.php

index a7e0eb33baa62dcf5594bcc8264b725fc9419733..b7f2c84672070653ebeaa1d7dd1ab0417db6aaa8 100644 (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) {