From 754536aae580854ca3bc8a00bde39fe68a3df5a3 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Fri, 10 Jan 2014 09:54:46 +0000
Subject: [PATCH] Issue #1926488 by bdone: Rename toolbar "menu" tab to
 "manage".

---
 core/modules/toolbar/toolbar.module | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/toolbar/toolbar.module b/core/modules/toolbar/toolbar.module
index c3bc4a45fd48..082e050268c6 100644
--- a/core/modules/toolbar/toolbar.module
+++ b/core/modules/toolbar/toolbar.module
@@ -387,7 +387,7 @@ function toolbar_toolbar() {
     '#type' => 'toolbar_item',
     'tab' => array(
       '#type' => 'link',
-      '#title' => t('Menu'),
+      '#title' => t('Manage'),
       '#href' => 'admin',
       '#options' => array(
         'attributes' => array(
-- 
GitLab