Change strings on safebrowsing prefs to better match blocked page ui. b=417687 r=gavin ui-r=beltzner

This commit is contained in:
Johnathan Nightingale 2008-09-19 11:52:52 -04:00
parent 5ca634dfa3
commit 1f275dfbf7
2 changed files with 6 additions and 6 deletions

View File

@ -97,11 +97,11 @@
<separator class="thin"/>
<checkbox id="tellMaybeAttackSite"
label="&tellMaybeAttackSite.label;"
label="&tellMaybeAttackSite2.label;"
accesskey="&tellMaybeAttackSite.accesskey;"
preference="browser.safebrowsing.malware.enabled" />
<checkbox id="tellMaybeForgery"
label="&tellMaybeForgery.label;"
label="&tellMaybeForgery2.label;"
accesskey="&tellMaybeForgery.accesskey;"
preference="browser.safebrowsing.enabled" />
</groupbox>

View File

@ -5,14 +5,14 @@
The methods by which forged (phished) and attack sites will be detected by
phishing providers will vary from human review to machine-based heuristics to a
combination of both, so it's important that these strings and
useDownloadedList.label convey the meaning "suspected" (and not something like
useDownloadedList.label convey the meaning "reported" (and not something like
"known").
-->
<!ENTITY tellMaybeAttackSite.label "Tell me if the site I'm visiting is a suspected attack site">
<!ENTITY tellMaybeAttackSite2.label "Block reported attack sites">
<!ENTITY tellMaybeAttackSite.accesskey "k">
<!ENTITY tellMaybeForgery.label "Tell me if the site I'm visiting is a suspected forgery">
<!ENTITY tellMaybeForgery.accesskey "T">
<!ENTITY tellMaybeForgery2.label "Block reported web forgeries">
<!ENTITY tellMaybeForgery.accesskey "B">
<!ENTITY addonExceptions.label "Exceptions…">
<!ENTITY addonExceptions.accesskey "E">