mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1122142 - Reword the label for enabling chrome debugging; r=past
This commit is contained in:
parent
8214f604e0
commit
d6bc7adf81
@ -149,8 +149,8 @@
|
|||||||
label="&options.disableJavaScript.label;"
|
label="&options.disableJavaScript.label;"
|
||||||
tooltiptext="&options.disableJavaScript.tooltip;"/>
|
tooltiptext="&options.disableJavaScript.tooltip;"/>
|
||||||
<hbox class="hidden-labels-box">
|
<hbox class="hidden-labels-box">
|
||||||
<checkbox label="&options.enableChrome.label4;"
|
<checkbox label="&options.enableChrome.label5;"
|
||||||
tooltiptext="&options.enableChrome.tooltip2;"
|
tooltiptext="&options.enableChrome.tooltip3;"
|
||||||
data-pref="devtools.chrome.enabled"/>
|
data-pref="devtools.chrome.enabled"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
<hbox class="hidden-labels-box">
|
<hbox class="hidden-labels-box">
|
||||||
|
@ -72,8 +72,8 @@
|
|||||||
<!-- LOCALIZATION NOTE (options.enableChrome.label4): This is the label for the
|
<!-- LOCALIZATION NOTE (options.enableChrome.label4): This is the label for the
|
||||||
- checkbox that toggles chrome debugging, i.e. devtools.chrome.enabled
|
- checkbox that toggles chrome debugging, i.e. devtools.chrome.enabled
|
||||||
- boolean preference in about:config, in the options panel. -->
|
- boolean preference in about:config, in the options panel. -->
|
||||||
<!ENTITY options.enableChrome.label4 "Enable chrome and add-on debugging">
|
<!ENTITY options.enableChrome.label5 "Enable browser chrome and add-on debugging toolboxes">
|
||||||
<!ENTITY options.enableChrome.tooltip2 "Turning this option on will allow you to use various developer tools in browser context and debug add-ons from the Add-ons Manager">
|
<!ENTITY options.enableChrome.tooltip3 "Turning this option on will allow you to use various developer tools in browser context (via Tools > Web Developer > Browser Toolbox) and debug add-ons from the Add-ons Manager">
|
||||||
|
|
||||||
<!-- LOCALIZATION NOTE (options.enableRemote.label3): This is the label for the
|
<!-- LOCALIZATION NOTE (options.enableRemote.label3): This is the label for the
|
||||||
- checkbox that toggles remote debugging, i.e. devtools.debugger.remote-enabled
|
- checkbox that toggles remote debugging, i.e. devtools.debugger.remote-enabled
|
||||||
|
Loading…
Reference in New Issue
Block a user