Skip to content

Commit 1a74eb1

Browse files
Earthgamesgalister
authored andcommitted
Use a more common name
1 parent 6b3f8a7 commit 1a74eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wlx-common/src/locale.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use crate::config::GeneralConfig;
99
pub enum Language {
1010
#[strum(props(Text = "English"))]
1111
English,
12-
#[strum(props(Text = "British"))]
12+
#[strum(props(Text = "English(UK)"))]
1313
British,
1414
#[strum(props(Text = "Polski"))]
1515
Polish,

0 commit comments

Comments
 (0)