From 08aeaf30ae704f25c868e7b6fddded92b5bb684e Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 6 Sep 2015 00:07:05 -0700 Subject: [PATCH] GUAC-1323: Fix typo in error message. --- guacamole/src/main/webapp/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole/src/main/webapp/translations/en.json b/guacamole/src/main/webapp/translations/en.json index 270db30f7..918e75efd 100644 --- a/guacamole/src/main/webapp/translations/en.json +++ b/guacamole/src/main/webapp/translations/en.json @@ -78,7 +78,7 @@ "ERROR_UPLOAD_201" : "Too many files are currently being transferred. Please wait for existing transfers to complete, and then try again.", "ERROR_UPLOAD_202" : "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.", "ERROR_UPLOAD_203" : "The remote desktop server encountered an error during transfer. Please try again or contact your system administrator.", - "ERROR_UPLOAD_204" : "The destination for the file transfer does not exist. Please check that the destionation exists and try again.", + "ERROR_UPLOAD_204" : "The destination for the file transfer does not exist. Please check that the destination exists and try again.", "ERROR_UPLOAD_205" : "The destination for the file transfer is currently locked. Please wait for any in-progress tasks to complete and try again.", "ERROR_UPLOAD_301" : "You do not have permission to upload this file because you are not logged in. Please log in and try again.", "ERROR_UPLOAD_303" : "You do not have permission to upload this file. If you require access, please check your system settings, or check with your system administrator.",