diff options
author | JustOff <Off.Just.Off@gmail.com> | 2016-11-11 19:35:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-11 19:35:27 +0200 |
commit | c3c79edc3937ef56c95edf572c1266de20dc12aa (patch) | |
tree | 36c34c6aae9f02a3bbcb4eb36ccfb9cb290fd9bc | |
parent | bdb5a06caf456b3aed6456cfeb159bc0b5ecfa3b (diff) | |
download | palemoon-gre-c3c79edc3937ef56c95edf572c1266de20dc12aa.tar.gz |
Update 2nd netError.dtd
better example for deniedPortAccess.longDesc
-rw-r--r-- | dom/locales/en-US/chrome/netError.dtd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/locales/en-US/chrome/netError.dtd b/dom/locales/en-US/chrome/netError.dtd index 533af4800..b5e8d6b6b 100644 --- a/dom/locales/en-US/chrome/netError.dtd +++ b/dom/locales/en-US/chrome/netError.dtd @@ -11,7 +11,7 @@ <!ENTITY connectionFailure.longDesc "<p>Though the site seems valid, the browser was unable to establish a connection.</p><ul><li>Could the site be temporarily unavailable? Try again later.</li><li>Are you unable to browse other sites? Check the computer's network connection.</li><li>Is your computer or network protected by a firewall or proxy? Incorrect settings can interfere with Web browsing.</li></ul>"> <!ENTITY deniedPortAccess.title "Port Restricted for Security Reasons"> -<!ENTITY deniedPortAccess.longDesc "<p>The requested address specified a port (e.g. <q>mozilla.org:80</q> for port 80 on mozilla.org) normally used for purposes <em>other</em> than Web browsing. The browser has canceled the request for your protection and security.</p>"> +<!ENTITY deniedPortAccess.longDesc "<p>The requested address specified a port (e.g. <q>palemoon.org:25</q> for port 25 on palemoon.org) normally used for purposes <em>other</em> than Web browsing. The browser has canceled the request for your protection and security.</p>"> <!ENTITY dnsNotFound.title "Address Not Found"> <!ENTITY dnsNotFound.longDesc "<p>The browser could not find the host server for the provided address.</p><ul><li>Did you make a mistake when typing the domain? (e.g. <q><strong>ww</strong>.mozilla.org</q> instead of <q><strong>www</strong>.mozilla.org</q>)</li><li>Are you certain this domain address exists? Its registration may have expired.</li><li>Are you unable to browse other sites? Check your network connection and DNS server settings.</li><li>Is your computer or network protected by a firewall or proxy? Incorrect settings can interfere with Web browsing.</li></ul>"> |