summaryrefslogtreecommitdiffstats
path: root/app/test_suite.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/test_suite.h')
-rw-r--r--app/test_suite.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/test_suite.h b/app/test_suite.h
index 18b07e6..192f80e 100644
--- a/app/test_suite.h
+++ b/app/test_suite.h
@@ -40,9 +40,9 @@ class AppTestSuite : public TestSuite {
mac_util::SetOverrideAppBundlePath(path);
#endif
- // Force unittests to run using en-us so if we test against string
+ // Force unittests to run using en-US so if we test against string
// output, it'll pass regardless of the system language.
- ResourceBundle::InitSharedInstance(L"en-us");
+ ResourceBundle::InitSharedInstance(L"en-US");
ResourceBundle::GetSharedInstance().LoadThemeResources();
}