| Index: third_party/WebKit/Source/devtools/front_end/timeline/TimelinePanel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelinePanel.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelinePanel.js
|
| index 5b565b5c4c4f95783b92f928e450410d93a8791d..e2c4e2c869fd7460835cddf85d20311c001d6106 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelinePanel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelinePanel.js
|
| @@ -733,7 +733,7 @@ WebInspector.TimelinePanel.prototype = {
|
|
|
| var recordNode = encloseWithTag("b", WebInspector.shortcutRegistry.shortcutDescriptorsForAction("timeline.toggle-recording")[0].name);
|
| var reloadNode = encloseWithTag("b", WebInspector.shortcutRegistry.shortcutDescriptorsForAction("main.reload")[0].name);
|
| - var navigateNode = encloseWithTag("b", WebInspector.UIString("WASD"));
|
| + var navigateNode = encloseWithTag("b", WebInspector.UIString("WASD (ZQSD)"));
|
| var hintText = createElementWithClass("div");
|
| hintText.appendChild(WebInspector.formatLocalized("To capture a new timeline, click the record toolbar button or hit %s.", [recordNode]));
|
| hintText.createChild("br");
|
|
|