Rename setting

This commit is contained in:
Dean Herbert
2019-04-04 17:18:53 +09:00
committed by GitHub
parent d54750aa37
commit 9802d8ab11

View File

@ -36,7 +36,7 @@ namespace osu.Game.Rulesets.Osu.UI
},
new SettingsCheckbox
{
LabelText = "Show cursor trail",
LabelText = "Cursor trail",
Bindable = config.GetBindable<bool>(OsuRulesetSetting.ShowCursorTrail)
},
};