1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 01:43:15 +08:00

Reword settings text slightly

This commit is contained in:
Dean Herbert 2017-05-15 12:57:55 +09:00
parent f730769186
commit 1f3039926f

View File

@ -33,7 +33,7 @@ namespace osu.Game.Overlays.Settings.Sections
},
new SettingsCheckbox
{
LabelText = "Automatic gameplay cursor size",
LabelText = "Adjust gameplay cursor size based on current beatmap",
Bindable = config.GetBindable<bool>(OsuSetting.AutoCursorSize)
},
};