diff options
author | git-marijus <mario@mariovavti.com> | 2017-03-11 10:58:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-11 10:58:03 +0100 |
commit | ee03391293ab91b6a26b333e473e85a4cf4adb90 (patch) | |
tree | 42631b24e277eb3a84ad5ec702fca1f00c39f417 | |
parent | 8e3a02627629d29c3552f8332de1ab32b9c99ffe (diff) | |
parent | a2371d56fdd6e26cd8e410bece56cfcecfadbcc3 (diff) | |
download | volse-hubzilla-ee03391293ab91b6a26b333e473e85a4cf4adb90.tar.gz volse-hubzilla-ee03391293ab91b6a26b333e473e85a4cf4adb90.tar.bz2 volse-hubzilla-ee03391293ab91b6a26b333e473e85a4cf4adb90.zip |
Merge pull request #693 from anaqreon/dev
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') ); |