summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrunell@chromium.org <grunell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-25 06:53:20 +0000
committergrunell@chromium.org <grunell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-25 06:53:20 +0000
commite44e2801a950678be7647d64522a96f63c300fda (patch)
tree46eaa6316f97f834a85651ea348f3c9b04af74cf
parentc4ba2a08baa6cf85dafc3c8dc613e7a961cbe34d (diff)
downloadchromium_src-e44e2801a950678be7647d64522a96f63c300fda.zip
chromium_src-e44e2801a950678be7647d64522a96f63c300fda.tar.gz
chromium_src-e44e2801a950678be7647d64522a96f63c300fda.tar.bz2
Fixed nit in info text about AEC dump in chrome://webrtc-internals.
NOTRY=true Review URL: https://codereview.chromium.org/334933007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279643 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--content/browser/resources/media/dump_creator.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/browser/resources/media/dump_creator.js b/content/browser/resources/media/dump_creator.js
index a420f48..17329a2 100644
--- a/content/browser/resources/media/dump_creator.js
+++ b/content/browser/resources/media/dump_creator.js
@@ -40,9 +40,9 @@ var DumpCreator = (function() {
' calls and for future WebRTC calls. When the box is unchecked or' +
' this page is closed, all ongoing recordings will be stopped and' +
' this recording functionality will be disabled for future WebRTC' +
- ' calls. Recordings in multiple tabs is supported as well as multiple' +
- ' recordings in the same tab. When enabling, you select a base' +
- ' filename to save the dump(s) to. The base filename will have a' +
+ ' calls. Recordings in multiple tabs are supported as well as' +
+ ' multiple recordings in the same tab. When enabling, you select a' +
+ ' base filename to save the dump(s) to. The base filename will have a' +
' suffix appended to it as &lt;base filename&gt;.&lt;render process' +
' ID&gt;.&lt;recording ID&gt;. If recordings are' +
' disabled and then enabled using the same base filename, the' +