--- a/Helpviewer/HelpBrowserWV.py Sat Sep 18 12:34:38 2010 +0200 +++ b/Helpviewer/HelpBrowserWV.py Sat Sep 18 15:58:16 2010 +0200 @@ -241,7 +241,9 @@ "connection."), self.trUtf8("If your computer or network is protected by a firewall " "or proxy, make sure that the browser is permitted to " - "access the network.") + "access the network."), + self.trUtf8("If your cache policy is set to offline browsing," + "only pages in the local cache are available.") ).encode("utf8")) return True except AttributeError: @@ -1147,7 +1149,9 @@ "connection."), self.trUtf8("If your computer or network is protected by a firewall or " "proxy, make sure that the browser is permitted to access " - "the network.") + "the network."), + self.trUtf8("If your cache policy is set to offline browsing," + "only pages in the local cache are available.") ) self.setHtml(html, replyUrl) self.mw.historyManager().removeHistoryEntry(replyUrl, self.title()) @@ -1246,4 +1250,4 @@ """ Public method to indicate a change of the settings. """ - self.reload() \ No newline at end of file + self.reload()