Merge pull request #693 from anaqreon/dev

Take me home instead of get me home
This commit is contained in:
git-marijus 2017-03-11 10:58:03 +01:00 committed by GitHub
commit ee03391293

View file

@ -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')
);