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:
parent
7d8252183e
commit
f3d9abc84a
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user