Commit d55240f6 authored by alph@chromium.org's avatar alph@chromium.org

DevTools: Rename network filmstrip hint

BUG=524092
R=pfeldman,paulirish
NOTRY=true

Review URL: https://codereview.chromium.org/1310343002

git-svn-id: svn://svn.chromium.org/blink/trunk@201074 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 65c13376
...@@ -304,7 +304,7 @@ WebInspector.NetworkPanel.prototype = { ...@@ -304,7 +304,7 @@ WebInspector.NetworkPanel.prototype = {
_resetFilmStripView: function() _resetFilmStripView: function()
{ {
this._filmStripView.reset(); 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));
}, },
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment