From 98dd2f335b0742c305da612b21814074b9697905 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 14 Sep 2009 07:55:24 +0000 Subject: - Patch #576530 by David_Rothstein: toolbar should say 'Log out' rather than 'Logout'. --- modules/toolbar/toolbar.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/toolbar/toolbar.module b/modules/toolbar/toolbar.module index cbebf75b6..6b67501eb 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', ), ), -- cgit v1.2.3