mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 388645 - String changes for malware warning
p=Johnathan Nightingale <johnath@mozilla.com> r=biesi, ok=beltzner
This commit is contained in:
parent
f8119e5cc9
commit
db8200d8fb
@ -136,7 +136,7 @@
|
||||
">
|
||||
|
||||
<!ENTITY malwareBlocked.title "Suspected Attack Site!">
|
||||
<!ENTITY malwareBlocked.longDesc "<p>
|
||||
Attack sites try to install programs that steal private information, use your computer to attack others, or damage your system.</p>
|
||||
<p>You should not visit this site.</p>
|
||||
<!ENTITY malwareBlocked.longDesc "
|
||||
<p>Attack sites try to install programs that steal private information, use your computer to attack others, or damage your system.</p>
|
||||
<p>Web site owners who believe their site has been reported as an attack site in error may <a href='http://www.stopbadware.org/home/reviewinfo' >request a review</a>.</p>
|
||||
">
|
||||
|
@ -55,7 +55,7 @@
|
||||
<!ENTITY nssFailure2.longDesc "<p>The page you are trying to view can not be shown because the authenticity of the received data could not be verified.</p><ul><li>Please contact the web site owners to inform them of this problem.</li></ul>">
|
||||
|
||||
<!ENTITY malwareBlocked.title "Suspected Attack Site!">
|
||||
<!ENTITY malwareBlocked.longDesc "<p>
|
||||
Attack sites try to install programs that steal private information, use your computer to attack others, or damage your system.</p>
|
||||
<p>You should not visit this site.</p>
|
||||
<!ENTITY malwareBlocked.longDesc "
|
||||
<p>Attack sites try to install programs that steal private information, use your computer to attack others, or damage your system.</p>
|
||||
<p>Web site owners who believe their site has been reported as an attack site in error may <a href='http://www.stopbadware.org/home/reviewinfo' >request a review</a>.</p>
|
||||
">
|
||||
|
@ -106,7 +106,8 @@ body[dir="rtl"] #brand {
|
||||
|
||||
/* Custom styling for 'blacklist' error class */
|
||||
:root.blacklist #errorTitle, :root.blacklist #errorLongContent,
|
||||
:root.blacklist #errorShortDesc, :root.blacklist #errorLongDesc {
|
||||
:root.blacklist #errorShortDesc, :root.blacklist #errorLongDesc,
|
||||
:root.blacklist a {
|
||||
background-color: #722; /* Dark red */
|
||||
color: white;
|
||||
}
|
||||
|
@ -106,7 +106,8 @@ body[dir="rtl"] #brand {
|
||||
|
||||
/* Custom styling for 'blacklist' error class */
|
||||
:root.blacklist #errorTitle, :root.blacklist #errorLongContent,
|
||||
:root.blacklist #errorShortDesc, :root.blacklist #errorLongDesc {
|
||||
:root.blacklist #errorShortDesc, :root.blacklist #errorLongDesc,
|
||||
:root.blacklist a {
|
||||
background-color: #722; /* Dark red */
|
||||
color: white;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user