better setting description

This commit is contained in:
Unknown
2019-07-05 08:52:44 +02:00
parent 2d5fd7f1c4
commit ee44caf964
3 changed files with 5 additions and 5 deletions

View File

@ -36,8 +36,8 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
},
new SettingsCheckbox
{
LabelText = "Collapse song progress graph",
Bindable = config.GetBindable<bool>(OsuSetting.CollapseProgressGraph)
LabelText = "Show difficulty graph on progress bar",
Bindable = config.GetBindable<bool>(OsuSetting.ShowProgressGraph)
},
new SettingsCheckbox
{