diff options
Diffstat (limited to 'devtools/client/locales')
-rw-r--r-- | devtools/client/locales/en-US/webConsole.dtd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devtools/client/locales/en-US/webConsole.dtd b/devtools/client/locales/en-US/webConsole.dtd index 17ae02699..7c81ee7e3 100644 --- a/devtools/client/locales/en-US/webConsole.dtd +++ b/devtools/client/locales/en-US/webConsole.dtd @@ -11,6 +11,11 @@ <!ENTITY window.title "Web Console"> <!ENTITY browserConsole.title "Browser Console"> +<!-- LOCALIZATION NOTE (saveBodies.label): You can see this string in + - the Browser Console context menu. --> +<!ENTITY saveBodies.label "Log Request and Response Bodies"> +<!ENTITY saveBodies.accesskey "L"> + <!-- LOCALIZATION NOTE (openURL.label): You can see this string in the Web - Console context menu. --> <!ENTITY openURL.label "Open URL in New Tab"> |