JAL-1700 made PDB service error mechanism more user friendly
[jalview.git] / src / jalview / ws / dbsources / PDBRestClient.java
index da50606..f40b302 100644 (file)
@@ -112,8 +112,8 @@ public class PDBRestClient
       else if (exceptionMsg.contains("UnknownHostException"))
       {
         throw new Exception(
-                "Jalview couldn't reach the host server @ www.ebi.ac.uk"
-                        + "\nPlease ensure that you are connected to the internet.");
+                "Jalview is unable to reach the host server \'www.ebi.ac.uk\'. "
+                        + "\nPlease ensure that you are connected to the internet and try again.");
         // The server 'www.ebi.ac.uk' is unreachable
       }
       else