From 90b08f2bd880e036d16186925c9f11b3629a37a0 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 12 Jan 2010 23:04:48 +0000 Subject: #620616 by Bojhan, reglogge, lisarex, jhodgdon, and yoroy: Fix inconsistencies in menu description labeling. --- modules/toolbar/toolbar.module | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/toolbar') 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 @username', 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' => 'Home', 'href' => '', 'html' => TRUE, + 'attributes' => array('title' => t('Home')), ), ); $build['toolbar_home'] = array( -- cgit v1.2.3