Update label text

Co-Authored-By: Aergwyn <aergwyn@t-online.de>
This commit is contained in:
Salman Ahmed 2019-07-07 06:13:27 +03:00 committed by GitHub
parent 8f2ec73626
commit b10c35b6ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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