| Index: third_party/WebKit/Source/devtools/front_end/ui/ShortcutsScreen.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/ShortcutsScreen.js b/third_party/WebKit/Source/devtools/front_end/ui/ShortcutsScreen.js
|
| index ead1725e5134fc6aed7c6dad9eb6b969c93d175f..4d46ab247833eaa6788e492e57a4e5e6b2d07c6b 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/ShortcutsScreen.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/ShortcutsScreen.js
|
| @@ -141,7 +141,7 @@ UI.ShortcutsScreen = class {
|
| Common.UIString('Switch between files with the same name and different extensions.'));
|
|
|
| // Performance panel
|
| - section = UI.shortcutsScreen.section(Common.UIString('Performance Panel'));
|
| + section = UI.shortcutsScreen.section(Common.UIString('Timeline Panel'));
|
| section.addAlternateKeys(
|
| UI.shortcutRegistry.shortcutDescriptorsForAction('timeline.toggle-recording'),
|
| Common.UIString('Start/stop recording'));
|
| @@ -157,7 +157,7 @@ UI.ShortcutsScreen = class {
|
| Common.UIString('Jump to previous/next frame'));
|
|
|
| // Memory panel
|
| - section = UI.shortcutsScreen.section(Common.UIString('Memory Panel'));
|
| + section = UI.shortcutsScreen.section(Common.UIString('Profiles Panel'));
|
| section.addAlternateKeys(
|
| UI.shortcutRegistry.shortcutDescriptorsForAction('profiler.heap-toggle-recording'),
|
| Common.UIString('Start/stop recording'));
|
|
|