From bf04fba3b1ff92b4288c37c474c8e4b9d4e2e342 Mon Sep 17 00:00:00 2001 From: Jakob Heher Date: Thu, 14 Jul 2022 13:27:06 +0200 Subject: better error message if internet connection is unavailable cf. #47 --- pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties') diff --git a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties index 2423d621..e8724ac7 100644 --- a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties +++ b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties @@ -130,6 +130,7 @@ dataSourceSelection.browse=&Browse for PDF on your computer dataSourceSelection.usePlaceholderText=A marker has been found where the creator of the document wants you to put your signature. Do you want to use it? dataSourceSelection.usePlaceholderTitle=Info error.ATrustConnection=Connection to A-Trust could not be established +error.CouldNotResolveHostname=Could not resolve hostname '%s'.\nAre you connected to the internet? error.CmdLineArgs=Error parsing the command-line arguments\: error.Details=Details error.EnteredReferenceValue=You entered the reference value\! -- cgit v1.2.3