Bug 388645 - String changes for malware warning

p=Johnathan Nightingale <johnath@mozilla.com>
r=biesi, ok=beltzner
This commit is contained in:
asqueella@gmail.com 2007-07-23 18:56:47 -07:00
parent f8119e5cc9
commit db8200d8fb
4 changed files with 10 additions and 8 deletions

View File

@ -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>
">

View File

@ -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>
">

View File

@ -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;
}

View File

@ -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;
}