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()) { if(! local_channel()) {
$nav['rusermenu'] = array( $nav['rusermenu'] = array(
$homelink, $homelink,
t('Get me home'), t('Take me home'),
'logout', 'logout',
t('Log me out of this site') t('Log me out of this site')
); );