From 1a74eb150703b134d7e45eb2d91362832e5dd104 Mon Sep 17 00:00:00 2001 From: Earthgames Date: Sat, 7 Mar 2026 12:29:39 +0100 Subject: [PATCH] Use a more common name --- wlx-common/src/locale.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wlx-common/src/locale.rs b/wlx-common/src/locale.rs index 66e31fb1..78d814db 100644 --- a/wlx-common/src/locale.rs +++ b/wlx-common/src/locale.rs @@ -9,7 +9,7 @@ use crate::config::GeneralConfig; pub enum Language { #[strum(props(Text = "English"))] English, - #[strum(props(Text = "British"))] + #[strum(props(Text = "English(UK)"))] British, #[strum(props(Text = "Polski"))] Polish,