| Index: third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js b/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| index 40ced1c76f3faeb433735d1cc6547f43ae8299c5..299c2fa4cd1964e4dc6a29847e57668fcf65ee34 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| @@ -769,7 +769,7 @@ WebInspector.StylePropertiesSection = function(parentPane, matchedStyles, style)
|
| items.push(backgroundButton);
|
|
|
| if (rule) {
|
| - var newRuleButton = new WebInspector.ToolbarButton(WebInspector.UIString("Insert Style Rule"), "add-toolbar-item");
|
| + var newRuleButton = new WebInspector.ToolbarButton(WebInspector.UIString("Insert Style Rule Below"), "add-toolbar-item");
|
| newRuleButton.addEventListener("click", this._onNewRuleClick.bind(this));
|
| items.push(newRuleButton);
|
| }
|
|
|