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

This commit is contained in:
reed%reedloden.com 2008-01-29 07:47:31 +00:00
Родитель 361900e377
Коммит bbc9e50bd1
5 изменённых файлов: 21 добавлений и 20 удалений

Просмотреть файл

@ -38,10 +38,10 @@
<!ENTITY window.title "about:config">
<!-- about:config warning page -->
<!ENTITY configWarningTitle.label "Be careful!">
<!ENTITY configWarningText.label "This configuration page contains settings that keep Camino 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 aboutWarningTitle.label "Be careful!">
<!ENTITY aboutWarningText.label "This configuration page contains settings that keep Camino working properly. Modifying these settings may cause problems such as instability, data loss, broken features, or even security vulnerabilities.">
<!ENTITY aboutWarningButton.label "I understand and wish to continue">
<!ENTITY aboutWarningCheckbox.label "Show this warning next time">
<!ENTITY filterPrefs.label "Filter:">
<!ENTITY filterPrefs.accesskey "I">

Просмотреть файл

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

Просмотреть файл

@ -37,10 +37,11 @@
<!ENTITY window.title "about:config">
<!-- 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">
<!-- LOCALIZATION NOTE: aboutWarningTitle.label should be attention grabbing and playful -->
<!ENTITY aboutWarningTitle.label "This might void your warranty!">
<!ENTITY aboutWarningText.label "Changing the default 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 aboutWarningButton.label "I'll be careful, I promise!">
<!ENTITY aboutWarningCheckbox.label "Show this warning next time">
<!ENTITY filterPrefs.label "Filter:">
<!ENTITY filterPrefs.accesskey "I">

Просмотреть файл

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

Просмотреть файл

@ -38,10 +38,10 @@
<!ENTITY window.title "about:config">
<!-- 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 aboutWarningTitle.label "Be careful!">
<!ENTITY aboutWarningText.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 aboutWarningButton.label "I understand and wish to continue">
<!ENTITY aboutWarningCheckbox.label "Show this warning next time">
<!ENTITY filterPrefs.label "Filter:">
<!ENTITY filterPrefs.accesskey "I">