diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-11 18:02:59 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-03-11 18:02:59 -0800 |
commit | 4c526c7d3d98a8ae0521af8af3baea196550e170 (patch) | |
tree | d98445b6da261d0c4c6bcec35165f1761f7dc218 /include | |
parent | bbb83bea38c626aa59f28e3ed29e39488f2e9289 (diff) | |
parent | 4a24a8de4341d1a3231c4dc22661c89559053424 (diff) | |
download | volse-hubzilla-4c526c7d3d98a8ae0521af8af3baea196550e170.tar.gz volse-hubzilla-4c526c7d3d98a8ae0521af8af3baea196550e170.tar.bz2 volse-hubzilla-4c526c7d3d98a8ae0521af8af3baea196550e170.zip |
Merge branch 'dev' into red
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') ); |