From 86c49fbc89ef3c805a9306e668a2801c2c1e3944 Mon Sep 17 00:00:00 2001 From: demmm Date: Wed, 26 Nov 2014 12:15:39 -0500 Subject: [PATCH] Use correct entry from global_storage --- src/modules/localecfg/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/localecfg/main.py b/src/modules/localecfg/main.py index 7b7421331..95b8769e7 100644 --- a/src/modules/localecfg/main.py +++ b/src/modules/localecfg/main.py @@ -27,7 +27,7 @@ def run(): """ Create locale """ us = '#en_US' - locale = libcalamares.globalstorage.value("localeSetting") + locale = libcalamares.globalstorage.value("lcLocale") if not locale: locale = 'en_US.UTF-8 UTF-8'