summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2023-12-01 01:56:29 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2023-12-01 01:56:29 -0600
commit8e5abd31f932c51a1f153e02d769eaebd6a2a543 (patch)
treef1713dea2a619875744963c085255fd01b8e1db4
parentc9a1bfa90c3b89003c1eb076d1f7cf7dc4ffef98 (diff)
downloadhorizon-8e5abd31f932c51a1f153e02d769eaebd6a2a543.tar.gz
horizon-8e5abd31f932c51a1f153e02d769eaebd6a2a543.tar.bz2
horizon-8e5abd31f932c51a1f153e02d769eaebd6a2a543.tar.xz
horizon-8e5abd31f932c51a1f153e02d769eaebd6a2a543.zip
Qt UI: I just can't think of England
Set default language to en_US.UTF-8 in the installed target environment until we can have a proper language selection page.
-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());