From 98dd2f335b0742c305da612b21814074b9697905 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Mon, 14 Sep 2009 07:55:24 +0000
Subject: [PATCH] - 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(-)

diff --git a/modules/toolbar/toolbar.module b/modules/toolbar/toolbar.module
index cbebf75b6dc0..6b67501ebbac 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',
       ),
     ),
-- 
GitLab