Standardise keyword specifications

This commit is contained in:
Dean Herbert
2019-11-21 22:35:15 +09:00
parent f066d8434c
commit 8b1fb2d5a1
6 changed files with 12 additions and 9 deletions

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", "Hp" }
Keywords = new[] { "hp", "bar" }
},
new SettingsCheckbox
{