variable naming + loc

This commit is contained in:
Jérémiah DÉCOMBE
2023-01-24 09:55:08 +01:00
parent 7ca2a431e6
commit e0a7559d85
3 changed files with 7 additions and 7 deletions

View File

@ -45,7 +45,7 @@ namespace osu.Game.Overlays.Settings.Sections.UserInterface
},
new SettingsCheckbox
{
LabelText = UserInterfaceStrings.SongSelectBackgroundBlurLevel,
LabelText = UserInterfaceStrings.BackgroundBlurLevel,
Current = config.GetBindable<bool>(OsuSetting.SongSelectBackgoundBlur)
}
};