Index: Source/devtools/front_end/SettingsScreen.js |
diff --git a/Source/devtools/front_end/SettingsScreen.js b/Source/devtools/front_end/SettingsScreen.js |
index 8ef962f95cf9eea3e6e2ab0aebd04123b9492f2b..87cae71fedd2538699052dc386cdfcd7d9163f36 100644 |
--- a/Source/devtools/front_end/SettingsScreen.js |
+++ b/Source/devtools/front_end/SettingsScreen.js |
@@ -283,7 +283,7 @@ WebInspector.GenericSettingsTab = function() |
this._appendDrawerNote(p.lastElementChild); |
p.appendChild(WebInspector.SettingsUI.createSettingCheckbox(WebInspector.UIString("Show 'Rendering' view in console drawer."), WebInspector.settings.showRenderingViewInDrawer)); |
this._appendDrawerNote(p.lastElementChild); |
- p.appendChild(WebInspector.SettingsUI.createSettingCheckbox(WebInspector.UIString("Split panels vertically when docked to right"), WebInspector.settings.splitVerticallyWhenDockedToRight)); |
+ p.appendChild(WebInspector.SettingsUI.createSettingCheckbox(WebInspector.UIString("Split panels vertically when docked to left or right"), WebInspector.settings.splitVerticallyWhenDockedToRight)); |
p = this._appendSection(WebInspector.UIString("Elements")); |
var colorFormatElement = this._createSelectSetting(WebInspector.UIString("Color format"), [ |