mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 19:22:54 +08:00
Rename the setting label
This commit is contained in:
parent
afc3a08953
commit
49193a2703
@ -17,7 +17,7 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
|
||||
{
|
||||
new SettingsCheckbox
|
||||
{
|
||||
LabelText = "Increase visibility of first object with \"Hidden\" mod",
|
||||
LabelText = "Increase visibility of first object when visual impairment mods are enabled",
|
||||
Bindable = config.GetBindable<bool>(OsuSetting.IncreaseFirstObjectVisibility)
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user