Take me home instead of get me home

This commit is contained in:
Andrew Manning 2017-03-09 20:43:16 -05:00
parent 8e3a026276
commit a2371d56fd

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