blob: d9aaa946f6c3e398a0d88e2f7449a1647661b09c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
description: suggest proxy misconfiguration when network is unreachable
author: Michael Gilbert <mgilbert@debian.org>
bug-debian: http://bugs.debian.org/864539
--- components/error_page_strings.grdp.orig
+++ components/error_page_strings.grdp
@@ -54,7 +54,7 @@
</message>
<message name="IDS_ERRORPAGES_SUGGESTION_CHECK_CONNECTION_BODY" desc="When a page fails to load, sometimes we suggest checking the network connections. This contains details below the suggestion.">
Check any cables and reboot any routers, modems, or other network
- devices you may be using.
+ devices you may be using. Also check that any proxy server currently in use is reachable and configured correctly.
</message>
<if expr="not is_ios">
<message name="IDS_ERRORPAGES_SUGGESTION_SECURE_DNS_CONFIG_HEADER" desc="When a page fails to load, sometimes we suggest checking the secure DNS configuration. This is a header above above some details.">
|