1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-15 15:27:20 +08:00

Capitalize Bar for consistency

This commit is contained in:
Andrei Zavatski 2019-11-20 19:57:02 +03:00
parent 7d8252183e
commit f3d9abc84a

View File

@ -38,7 +38,7 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
{
LabelText = "Show health display even when you can't fail",
Bindable = config.GetBindable<bool>(OsuSetting.ShowHealthDisplayWhenCantFail),
Keywords = new[] { "bar" }
Keywords = new[] { "Bar" }
},
new SettingsCheckbox
{