Review changes

This commit is contained in:
Vidalee
2018-03-11 22:40:49 +01:00
parent 802a6870c4
commit 6d9e78a3a3
4 changed files with 8 additions and 28 deletions

View File

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