summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-09-14 07:55:24 +0000
committerDries Buytaert <dries@buytaert.net>2009-09-14 07:55:24 +0000
commit98dd2f335b0742c305da612b21814074b9697905 (patch)
tree50e23f7c7b60cf0e80288b8a610a1e2bceb61b16
parentccb0977bee28496b77f06e3ae7fac159296cd2ea (diff)
downloadbrdo-98dd2f335b0742c305da612b21814074b9697905.tar.gz
brdo-98dd2f335b0742c305da612b21814074b9697905.tar.bz2
- Patch #576530 by David_Rothstein: toolbar should say 'Log out' rather than 'Logout'.
-rw-r--r--modules/toolbar/toolbar.module2
1 files changed, 1 insertions, 1 deletions
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',
),
),