mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Reword settings text to be ruleset agnostic
This commit is contained in:
@ -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)
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user