GUAC-556: Fix JavaScript definitions of UPSTREAM_TIMEOUT and UPSTREAM_ERROR - they were swapped.

This commit is contained in:
Michael Jumper
2014-03-19 22:12:16 -07:00
parent b976cd3a29
commit ec614c2f83
2 changed files with 19 additions and 19 deletions

View File

@@ -72,14 +72,14 @@ GuacUI.Client = {
because there are too many active connections. Please wait \
a few minutes and try again.",
0x0202: "The remote desktop server encountered an error and has closed \
the connection. Please try again or contact your system \
administrator.",
0x0203: "The Guacamole server has closed the connection because the \
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.",
0x0203: "The remote desktop 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.",
@@ -124,14 +124,14 @@ GuacUI.Client = {
0x0201: "Too many files are currently being transferred. Please wait \
for existing transfers to complete, and then try again.",
0x0202: "The remote desktop server encountered an error during \
transfer. Please try again or contact your system \
administrator.",
0x0203: "The file cannot be transferred because the remote desktop \
0x0202: "The file cannot be transferred because the remote desktop \
server is taking too long to respond. Please try again or \
or contact your system administrator.",
0x0203: "The remote desktop server encountered an error during \
transfer. Please try again or contact your system \
administrator.",
0x0204: "The destination for the file transfer does not exist. Please \
check that the destionation exists and try again.",