bug 337774 - improve safe browsing preferences panel, additional tweaks, patch by Ryan Flint (rflint@dslr.net), r=me

This commit is contained in:
mconnor%steelgryphon.com 2006-05-26 20:01:29 +00:00
Родитель 62fc7a683f
Коммит 14324c73b1
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -266,12 +266,12 @@
preference="browser.safebrowsing.enabled"/>
<radiogroup id="safe-provider" class="indent"
preference="browser.safebrowsing.remoteLookups">
<radio id="safe-local" value="true"
<radio id="safe-local" value="false"
class="indent"
label="&safeBrowsingLocal.label;"
accesskey="&safeBrowsingLocal.accesskey;"/>
<hbox>
<radio id="safe-remote" value="false"
<radio id="safe-remote" value="true"
class="indent"
label="&safeBrowsingRemote.label;"
accesskey="&safeBrowsingRemote.accesskey;"/>

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

@ -64,6 +64,6 @@
<!ENTITY safeBrowsingEnable.label "Check to see if the site I'm visiting might be a scam">
<!ENTITY safeBrowsingEnable.accesskey "o">
<!ENTITY safeBrowsingLocal.label "Using a locally stored list">
<!ENTITY safeBrowsingLocal.accesskey "a">
<!ENTITY safeBrowsingLocal.accesskey "t">
<!ENTITY safeBrowsingRemote.label "By asking:">
<!ENTITY safeBrowsingRemote.accesskey "n">
<!ENTITY safeBrowsingRemote.accesskey "i">