Apply suggestions from code review

Co-authored-by: Dean Herbert <pe@ppy.sh>
This commit is contained in:
kj415j45
2021-08-13 17:15:18 +08:00
parent cbeecff347
commit d527eb3d8b
4 changed files with 8 additions and 8 deletions

View File

@ -31,7 +31,7 @@ namespace osu.Game.Overlays.Settings.Sections.General
},
new SettingsCheckbox
{
LabelText = GeneralSettingsStrings.PreferOriginal,
LabelText = GeneralSettingsStrings.PreferOriginalMetadataLanguage,
Current = frameworkConfig.GetBindable<bool>(FrameworkSetting.ShowUnicode)
},
};