1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 05:42:56 +08:00

Reword settings text to be ruleset agnostic

This commit is contained in:
Dean Herbert 2018-05-21 16:03:08 +09:00
parent 5ec349de78
commit 9e17eb2342

View File

@ -40,7 +40,7 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
},
new SettingsCheckbox
{
LabelText = "Show approach circle on first \"Hidden\" object",
LabelText = "Increase visibility of first object with \"Hidden\" mod",
Bindable = config.GetBindable<bool>(OsuSetting.IncreaseFirstObjectVisibility)
},
};