GUACAMOLE-354: Correct order of LANG-COUNTRY in keymap names.

This commit is contained in:
Virtually Nick
2019-02-21 17:56:18 -05:00
parent bc3b7e24e4
commit 19fe85b92b
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@
"type" : "ENUM",
"options" : [
"",
"ch-de-qwertz",
"de-ch-qwertz",
"de-de-qwertz",
"en-gb-qwerty",
"en-us-qwerty",

View File

@@ -447,7 +447,7 @@
"FIELD_OPTION_SECURITY_RDP" : "RDP encryption",
"FIELD_OPTION_SECURITY_TLS" : "TLS encryption",
"FIELD_OPTION_SERVER_LAYOUT_CH_DE_QWERTZ" : "Swiss German (Qwertz)",
"FIELD_OPTION_SERVER_LAYOUT_DE_CH_QWERTZ" : "Swiss German (Qwertz)",
"FIELD_OPTION_SERVER_LAYOUT_DE_DE_QWERTZ" : "German (Qwertz)",
"FIELD_OPTION_SERVER_LAYOUT_EMPTY" : "",
"FIELD_OPTION_SERVER_LAYOUT_EN_GB_QWERTY" : "UK English (Qwerty)",