Use a more common name

This commit is contained in:
Earthgames 2026-03-07 12:29:39 +01:00
parent 46ce400629
commit 4e176a2148
No known key found for this signature in database
GPG Key ID: 31E97B72E0685E5F
1 changed files with 1 additions and 1 deletions

View File

@ -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,