Index: Source/devtools/front_end/elements/ComputedStyleWidget.js |
diff --git a/Source/devtools/front_end/elements/ComputedStyleWidget.js b/Source/devtools/front_end/elements/ComputedStyleWidget.js |
index f56fa0a0ca156f63c1c18b422f028e0d59a597af..b7e4b77f6542688d52707d015ce68a4e2f10c57e 100644 |
--- a/Source/devtools/front_end/elements/ComputedStyleWidget.js |
+++ b/Source/devtools/front_end/elements/ComputedStyleWidget.js |
@@ -54,9 +54,7 @@ WebInspector.ComputedStyleWidget = function(stylesSidebarPane, sharedModel) |
var toolbar = new WebInspector.Toolbar(hbox); |
toolbar.element.classList.add("styles-pane-toolbar"); |
- toolbar.appendToolbarItem(new WebInspector.ToolbarCheckbox(WebInspector.UIString("Show inherited"), |
- WebInspector.UIString("Show inherited properties"), |
- this._showInheritedComputedStylePropertiesSetting)); |
+ toolbar.appendToolbarItem(new WebInspector.ToolbarCheckbox(WebInspector.UIString("Show all"), undefined, this._showInheritedComputedStylePropertiesSetting)); |
this._propertiesContainer = this.element.createChild("div", "monospace"); |
this._propertiesContainer.classList.add("computed-properties"); |