Index: Source/devtools/front_end/components/HandlerRegistry.js |
diff --git a/Source/devtools/front_end/components/HandlerRegistry.js b/Source/devtools/front_end/components/HandlerRegistry.js |
index e3c41c11bdf07c712f612c634ad4fe8eb81b7e3c..cb3a6195b171136354c45c5858d7a628446172e2 100644 |
--- a/Source/devtools/front_end/components/HandlerRegistry.js |
+++ b/Source/devtools/front_end/components/HandlerRegistry.js |
@@ -315,7 +315,7 @@ WebInspector.HandlerRegistry.OpenAnchorLocationSettingUI.prototype = { |
return null; |
var handlerSelector = new WebInspector.HandlerSelector(WebInspector.openAnchorLocationRegistry); |
- return WebInspector.SettingsUI.createCustomSetting(WebInspector.UIString("Open links in"), handlerSelector.element); |
+ return WebInspector.SettingsUI.createCustomSetting(WebInspector.UIString("Link handling:"), handlerSelector.element); |
} |
} |