Index: Source/devtools/front_end/network/NetworkPanel.js |
diff --git a/Source/devtools/front_end/network/NetworkPanel.js b/Source/devtools/front_end/network/NetworkPanel.js |
index dc9a58436164fb3ded2e5c854409f7f6d1998613..62fe2f422ae8d3aeb29e70b1160ca7d12e1a2941 100644 |
--- a/Source/devtools/front_end/network/NetworkPanel.js |
+++ b/Source/devtools/front_end/network/NetworkPanel.js |
@@ -304,7 +304,7 @@ WebInspector.NetworkPanel.prototype = { |
_resetFilmStripView: function() |
{ |
this._filmStripView.reset(); |
- this._filmStripView.setStatusText(WebInspector.UIString("Hit %s to capture frames.", WebInspector.isMac() ? WebInspector.UIString("Cmd+R") : WebInspector.UIString("Ctrl+R"))); |
+ this._filmStripView.setStatusText(WebInspector.UIString("Hit %s to reload and capture filmstrip.", WebInspector.ShortcutsScreen.TimelinePanelShortcuts.RecordPageReload[0].name)); |
}, |
/** |