From 4b0c3f0efef2239dd5d62a9e73eeec4037c056a4 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 30 Oct 2019 18:56:38 +0000 Subject: add internal query handler for fetch errors Any errors from the fetch which are not already handled are reported with an internal query page instead of a modal dialog. This is much less invasive for the user and much more in keeping with how this is handled by other browsers. The handler is similar to the timeout handler but the functionality is kept separate as it is intended timeout handling be extended in future. --- resources/FatMessages | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'resources/FatMessages') diff --git a/resources/FatMessages b/resources/FatMessages index aa2d7a2d1..06d61c942 100644 --- a/resources/FatMessages +++ b/resources/FatMessages @@ -1096,6 +1096,13 @@ en.all.Backtoprevious: Back en.all.TryAgain: Try Again +# Fetch error interface +# ======================= +# +en.all.FetchErrorTitle:Error occured fetching page +en.all.FetchErrorDescription:An error occoured when connecting to %s + + # SSL certificate viewer # ====================== # -- cgit v1.2.3