Bug 404661 - "Remove "this gun is loaded" from the about:config warning" [p=beltzner@mozilla.com (Mike Beltzner) r=dolske ui-r+a1.9=beltzner a=blocking1.9+]

This commit is contained in:
reed@reedloden.com 2008-01-26 20:19:23 -08:00
parent f7b3e0b90e
commit 0448035eb8
4 changed files with 18 additions and 16 deletions

View File

@ -81,11 +81,11 @@
<hbox id="warningBox" align="top">
<image id="exclam" class="alert-icon"/>
<vbox id="warningInnerBox" flex="1">
<label id="warningTitle">&scaryWarningTitle.label;</label>
<label id="warningText">&scaryWarningText.label;</label>
<checkbox id="showWarningNextTime" label="&scaryWarningCheckbox.label;" checked="true"/>
<label id="warningTitle">&configWarningTitle.label;</label>
<label id="warningText">&configWarningText.label;</label>
<checkbox id="showWarningNextTime" label="&configWarningCheckbox.label;" checked="true"/>
<hbox pack="center">
<button id="warningButton" oncommand="ShowPrefs();" label="&scaryWarningButton.label;"/>
<button id="warningButton" oncommand="ShowPrefs();" label="&configWarningButton.label;"/>
</hbox>
</vbox>
</hbox>

View File

@ -36,10 +36,11 @@
<!ENTITY window.title "about:config">
<!ENTITY scaryWarningTitle.label "Be careful, this gun is loaded!">
<!ENTITY scaryWarningText.label "This configuration page allows you to modify advanced preferences that control this application. It is possible to create harmful side effects by changing the values of these preferences. You should only continue if you know what you are doing or if you are following trusted advice.">
<!ENTITY scaryWarningButton.label "I'll be careful, I promise!">
<!ENTITY scaryWarningCheckbox.label "Show this warning next time">
<!-- about:config warning page -->
<!ENTITY configWarningTitle.label "Be careful, this page is loaded!">
<!ENTITY configWarningText.label "Changing the values of these advanced settings can be harmful to the stability, security, and performance of this application. You should only continue if you are sure of what you are doing.">
<!ENTITY configWarningButton.label "I'll be careful, I promise!">
<!ENTITY configWarningCheckbox.label "Show this warning next time">
<!ENTITY filterPrefs.label "Filter:">
<!ENTITY filterPrefs.accesskey "I">

View File

@ -82,11 +82,11 @@
<hbox id="warningBox" align="top">
<image id="exclam" class="alert-icon"/>
<vbox id="warningInnerBox" flex="1">
<label id="warningTitle">&scaryWarningTitle.label;</label>
<label id="warningText">&scaryWarningText.label;</label>
<checkbox id="showWarningNextTime" label="&scaryWarningCheckbox.label;" checked="true"/>
<label id="warningTitle">&configWarningTitle.label;</label>
<label id="warningText">&configWarningText.label;</label>
<checkbox id="showWarningNextTime" label="&configWarningCheckbox.label;" checked="true"/>
<hbox pack="center">
<button id="warningButton" oncommand="ShowPrefs();" label="&scaryWarningButton.label;"/>
<button id="warningButton" oncommand="ShowPrefs();" label="&configWarningButton.label;"/>
</hbox>
</vbox>
</hbox>

View File

@ -37,10 +37,11 @@
<!ENTITY window.title "about:config">
<!ENTITY scaryWarningTitle.label "Be careful!">
<!ENTITY scaryWarningText.label "This configuration page contains settings that keep this application working properly. Modifying these settings may cause problems such as instability, data loss, broken features, or even security vulnerabilities.">
<!ENTITY scaryWarningButton.label "I understand and wish to continue">
<!ENTITY scaryWarningCheckbox.label "Show this warning next time">
<!-- about:config warning page -->
<!ENTITY configWarningTitle.label "Be careful!">
<!ENTITY configWarningText.label "This configuration page contains settings that keep this application working properly. Modifying these settings may cause problems such as instability, data loss, broken features, or even security vulnerabilities.">
<!ENTITY configWarningButton.label "I understand and wish to continue">
<!ENTITY configWarningCheckbox.label "Show this warning next time">
<!ENTITY filterPrefs.label "Filter:">
<!ENTITY filterPrefs.accesskey "I">