aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-03-11 10:58:03 +0100
committerGitHub <noreply@github.com>2017-03-11 10:58:03 +0100
commitee03391293ab91b6a26b333e473e85a4cf4adb90 (patch)
tree42631b24e277eb3a84ad5ec702fca1f00c39f417
parent8e3a02627629d29c3552f8332de1ab32b9c99ffe (diff)
parenta2371d56fdd6e26cd8e410bece56cfcecfadbcc3 (diff)
downloadvolse-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.php2
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')
);