diff --git a/modules/toolbar/toolbar.module b/modules/toolbar/toolbar.module index cbebf75b6dc043ab15d643db0ce54136dc8eeeb0..6b67501ebbac2023120d5d7f5a25b800a93ab716 100644 --- a/modules/toolbar/toolbar.module +++ b/modules/toolbar/toolbar.module @@ -90,7 +90,7 @@ function toolbar_build() { 'html' => TRUE, ), 'logout' => array( - 'title' => t('Logout'), + 'title' => t('Log out'), 'href' => 'user/logout', ), ),