Index: third_party/WebKit/Source/devtools/front_end/main/Main.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/main/Main.js b/third_party/WebKit/Source/devtools/front_end/main/Main.js |
index 7d5fcb69029da15d64681ee0a8f90695e15e8d84..8a1a07d29330c5ef896545615e656a93af5f0ddb 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/main/Main.js |
+++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js |
@@ -839,7 +839,7 @@ WebInspector.Main.MainMenuItem.prototype = { |
contextMenu.discard(); |
} |
- contextMenu.appendAction("main.toggle-drawer", WebInspector.inspectorView.drawerVisible() ? WebInspector.UIString("Hide console") : WebInspector.UIString("Show console")); |
+ contextMenu.appendAction("main.toggle-drawer", WebInspector.inspectorView.drawerVisible() ? WebInspector.UIString("Hide console drawer") : WebInspector.UIString("Show console drawer")); |
contextMenu.appendItemsAtLocation("mainMenu"); |
var moreTools = contextMenu.namedSubMenu("mainMenuMoreTools"); |
var extensions = self.runtime.extensions("drawer-view", undefined, true); |