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:
parent
5ec349de78
commit
9e17eb2342
@ -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)
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user