You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2018/04/02 20:42:16 UTC

[3/6] guacamole-client git commit: GUACAMOLE-269: Fix option assocation for telnet.

GUACAMOLE-269: Fix option assocation for telnet.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/c9e8d2fc
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/c9e8d2fc
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/c9e8d2fc

Branch: refs/heads/master
Commit: c9e8d2fc21b758bb05eee0e171de423b33990e23
Parents: 1f1d64e
Author: Nick Couchman <vn...@apache.org>
Authored: Mon Apr 2 16:25:37 2018 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Mon Apr 2 16:25:37 2018 -0400

----------------------------------------------------------------------
 guacamole/src/main/webapp/translations/en.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/c9e8d2fc/guacamole/src/main/webapp/translations/en.json
----------------------------------------------------------------------
diff --git a/guacamole/src/main/webapp/translations/en.json b/guacamole/src/main/webapp/translations/en.json
index 55da7f2..584e506 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"       : "",