diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-11 18:02:38 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-03-11 18:02:38 -0800 |
commit | 4a24a8de4341d1a3231c4dc22661c89559053424 (patch) | |
tree | 6ae62970292a56c84227052ede29b83843526bec /include | |
parent | 30503d653352f87a210835a191f99de3deb084bf (diff) | |
parent | b8ad22f525bf1df458e00eef43be2259a04a51f0 (diff) | |
download | volse-hubzilla-4a24a8de4341d1a3231c4dc22661c89559053424.tar.gz volse-hubzilla-4a24a8de4341d1a3231c4dc22661c89559053424.tar.bz2 volse-hubzilla-4a24a8de4341d1a3231c4dc22661c89559053424.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'include')
-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') ); |