зеркало из https://github.com/mozilla/pjs.git
bug 337774 - improve safe browsing preferences panel, additional tweaks, patch by Ryan Flint (rflint@dslr.net), r=me
This commit is contained in:
Родитель
fb731537ab
Коммит
23736e55d2
|
@ -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">
|
||||
|
|
Загрузка…
Ссылка в новой задаче