From c9e8d2fc21b758bb05eee0e171de423b33990e23 Mon Sep 17 00:00:00 2001 From: Nick Couchman Date: Mon, 2 Apr 2018 16:25:37 -0400 Subject: [PATCH] GUACAMOLE-269: Fix option assocation for telnet. --- guacamole/src/main/webapp/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guacamole/src/main/webapp/translations/en.json b/guacamole/src/main/webapp/translations/en.json index 55da7f2a5..584e50680 100644 --- a/guacamole/src/main/webapp/translations/en.json +++ b/guacamole/src/main/webapp/translations/en.json @@ -508,8 +508,8 @@ "FIELD_HEADER_TYPESCRIPT_NAME" : "Typescript name:", "FIELD_HEADER_TYPESCRIPT_PATH" : "Typescript path:", - "FIELD_OPTION_BACKSPACE_127" : "Backspace (Ctrl-H)", - "FIELD_OPTION_BACKSPACE_8" : "Delete (Ctrl-?)", + "FIELD_OPTION_BACKSPACE_8" : "Backspace (Ctrl-H)", + "FIELD_OPTION_BACKSPACE_127" : "Delete (Ctrl-?)", "FIELD_OPTION_COLOR_SCHEME_BLACK_WHITE" : "Black on white", "FIELD_OPTION_COLOR_SCHEME_EMPTY" : "",