Index: third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js b/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js |
index 8396c4c0c5fbdd2dcf2da32b862e9b900e591c77..b961b0e250b735f243808bc3d3b3861753129dcb 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js |
+++ b/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js |
@@ -730,7 +730,7 @@ UI.formatLocalized = function(format, substitutions) { |
* @return {string} |
*/ |
UI.openLinkExternallyLabel = function() { |
- return Common.UIString.capitalize('Open ^link in ^new ^tab'); |
+ return Common.UIString.capitalize('Open in ^new ^tab'); |
}; |
/** |