diff options
author | Andrew Manning <tamanning@zoho.com> | 2017-03-09 20:43:16 -0500 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2017-03-09 20:43:16 -0500 |
commit | a2371d56fdd6e26cd8e410bece56cfcecfadbcc3 (patch) | |
tree | 42631b24e277eb3a84ad5ec702fca1f00c39f417 | |
parent | 8e3a02627629d29c3552f8332de1ab32b9c99ffe (diff) | |
download | volse-hubzilla-a2371d56fdd6e26cd8e410bece56cfcecfadbcc3.tar.gz volse-hubzilla-a2371d56fdd6e26cd8e410bece56cfcecfadbcc3.tar.bz2 volse-hubzilla-a2371d56fdd6e26cd8e410bece56cfcecfadbcc3.zip |
Take me home instead of get me home
-rw-r--r-- | include/nav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php index 144509cd0..a48419c45 100644 --- a/include/nav.php +++ b/include/nav.php @@ -152,7 +152,7 @@ EOT; if(! local_channel()) { $nav['rusermenu'] = array( $homelink, - t('Get me home'), + t('Take me home'), 'logout', t('Log me out of this site') ); |