diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-05-08 15:51:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-08 15:51:04 +0200 |
commit | aa662adcfc086965ee9ecdcf4d2c01a1c4869efa (patch) | |
tree | e70d315d24acc2db85ad7ba8eb07d087158c3fd1 /devtools/client | |
parent | 43208a5308f2ac64416d6c962d922776bb664431 (diff) | |
parent | eac16a5e59eed36ed13d6bc444e7039bda422744 (diff) | |
download | UXP-aa662adcfc086965ee9ecdcf4d2c01a1c4869efa.tar UXP-aa662adcfc086965ee9ecdcf4d2c01a1c4869efa.tar.gz UXP-aa662adcfc086965ee9ecdcf4d2c01a1c4869efa.tar.lz UXP-aa662adcfc086965ee9ecdcf4d2c01a1c4869efa.tar.xz UXP-aa662adcfc086965ee9ecdcf4d2c01a1c4869efa.zip |
Merge pull request #339 from janekptacijarabaci/devtools_browserconsole_bodies_1
DevTools - fix a comment in webConsole.dtd (Web Console and Browser Console)
Diffstat (limited to 'devtools/client')
-rw-r--r-- | devtools/client/locales/en-US/webConsole.dtd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/client/locales/en-US/webConsole.dtd b/devtools/client/locales/en-US/webConsole.dtd index 7c81ee7e3..7d2eb1faa 100644 --- a/devtools/client/locales/en-US/webConsole.dtd +++ b/devtools/client/locales/en-US/webConsole.dtd @@ -12,7 +12,7 @@ <!ENTITY browserConsole.title "Browser Console"> <!-- LOCALIZATION NOTE (saveBodies.label): You can see this string in - - the Browser Console context menu. --> + - the Web Console and Browser Console menu. --> <!ENTITY saveBodies.label "Log Request and Response Bodies"> <!ENTITY saveBodies.accesskey "L"> |