From adff91af2bf727343467f79255b6f7ca6695fb16 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 23 Mar 2014 13:12:31 -0700 Subject: [PATCH] GUAC-561: Reword tunnel errors to describe UPSTREAM_TIMEOUT properly. --- guacamole/src/main/webapp/scripts/client-ui.js | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/guacamole/src/main/webapp/scripts/client-ui.js b/guacamole/src/main/webapp/scripts/client-ui.js index 145789d37..bd4f79153 100644 --- a/guacamole/src/main/webapp/scripts/client-ui.js +++ b/guacamole/src/main/webapp/scripts/client-ui.js @@ -73,13 +73,15 @@ GuacUI.Client = { because there are too many active connections. Please wait \ a few minutes and try again.", - 0x0202: "The Guacamole server has closed the connection because the \ - remote desktop is taking too long to respond. Please try \ - again or contact your system administrator.", + 0x0202: "The connection has been closed because the server is taking \ + too long to respond. This is usually caused by network \ + problems, such as a spotty wireless signal, or slow network \ + speeds. Please check your network connection and try again \ + or contact your system administrator.", - 0x0203: "The remote desktop server encountered an error and has closed \ - the connection. Please try again or contact your system \ - administrator.", + 0x0203: "The server encountered an error and has closed the \ + connection. Please try again or contact your \ + system administrator.", 0x0204: "The requested connection does not exist. Please check the \ connection name and try again.",