[pve-devel] [PATCH] Add missing ')' to en-us keyboard layout option.

Wolfgang Bumiller w.bumiller at proxmox.com
Mon Jul 27 16:00:13 CEST 2015


Closes #303
---
 www/manager/Utils.js  | 2 +-
 www/manager5/Utils.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/manager/Utils.js b/www/manager/Utils.js
index 351f157..0e2e8a2 100644
--- a/www/manager/Utils.js
+++ b/www/manager/Utils.js
@@ -166,7 +166,7 @@ Ext.define('PVE.Utils', { statics: {
 	de: 'German', 
 	'de-ch': 'German (Swiss)', 
 	'en-gb': 'English (UK)', 
-	'en-us': 'English (USA',
+	'en-us': 'English (USA)',
 	es: 'Spanish',
 	//et: 'Estonia',
 	fi: 'Finnish',
diff --git a/www/manager5/Utils.js b/www/manager5/Utils.js
index 7a2edc7..71c1654 100644
--- a/www/manager5/Utils.js
+++ b/www/manager5/Utils.js
@@ -165,7 +165,7 @@ Ext.define('PVE.Utils', { statics: {
 	de: 'German', 
 	'de-ch': 'German (Swiss)', 
 	'en-gb': 'English (UK)', 
-	'en-us': 'English (USA',
+	'en-us': 'English (USA)',
 	es: 'Spanish',
 	//et: 'Estonia',
 	fi: 'Finnish',
-- 
2.1.4





More information about the pve-devel mailing list