diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-11 15:08:54 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-11 15:08:54 +0100 |
commit | d9ecca859150f9e9e4213eded9e3f8a69e57f4be (patch) | |
tree | bf246192aaefa9045833627e800d239ea94aa447 | |
parent | 83d07b955185a6d64c7646a0467dd8ca479d4923 (diff) | |
parent | ee03391293ab91b6a26b333e473e85a4cf4adb90 (diff) | |
download | volse-hubzilla-d9ecca859150f9e9e4213eded9e3f8a69e57f4be.tar.gz volse-hubzilla-d9ecca859150f9e9e4213eded9e3f8a69e57f4be.tar.bz2 volse-hubzilla-d9ecca859150f9e9e4213eded9e3f8a69e57f4be.zip |
Merge branch 'dev' into bs4
-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') ); |