summaryrefslogtreecommitdiff
path: root/ui/qt5/horizonwizard.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt5/horizonwizard.cc')
-rw-r--r--ui/qt5/horizonwizard.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt5/horizonwizard.cc b/ui/qt5/horizonwizard.cc
index 8cd1941..53331ff 100644
--- a/ui/qt5/horizonwizard.cc
+++ b/ui/qt5/horizonwizard.cc
@@ -700,7 +700,7 @@ QString HorizonWizard::toHScript() {
delete[] root;
/* handwavy-future: When we have language support, set it here */
- lines << "language en_GB.UTF-8";
+ lines << "language en_US.UTF-8";
auto iterator = valid_keymaps.begin();
std::advance(iterator, field("keymap").toInt());