aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-11 15:08:54 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-11 15:08:54 +0100
commitd9ecca859150f9e9e4213eded9e3f8a69e57f4be (patch)
treebf246192aaefa9045833627e800d239ea94aa447
parent83d07b955185a6d64c7646a0467dd8ca479d4923 (diff)
parentee03391293ab91b6a26b333e473e85a4cf4adb90 (diff)
downloadvolse-hubzilla-d9ecca859150f9e9e4213eded9e3f8a69e57f4be.tar.gz
volse-hubzilla-d9ecca859150f9e9e4213eded9e3f8a69e57f4be.tar.bz2
volse-hubzilla-d9ecca859150f9e9e4213eded9e3f8a69e57f4be.zip
Merge branch 'dev' into bs4
-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')
);