diff options
Diffstat (limited to 'modules/toolbar/toolbar.module')
-rw-r--r-- | modules/toolbar/toolbar.module | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/toolbar/toolbar.module b/modules/toolbar/toolbar.module index f4978b6f6..5bf10230b 100644 --- a/modules/toolbar/toolbar.module +++ b/modules/toolbar/toolbar.module @@ -204,6 +204,7 @@ function toolbar_view() { 'title' => t('Hello <strong>@username</strong>', array('@username' => format_username($user))), 'href' => 'user', 'html' => TRUE, + 'attributes' => array('title' => t('User account')), ), 'logout' => array( 'title' => t('Log out'), @@ -231,6 +232,7 @@ function toolbar_view() { 'title' => '<span class="home-link">Home</span>', 'href' => '<front>', 'html' => TRUE, + 'attributes' => array('title' => t('Home')), ), ); $build['toolbar_home'] = array( |