mirror of
https://github.com/ppy/osu
synced 2024-12-26 17:02:59 +00:00
Fix typo in setting name
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
e79bed8fbe
commit
6d5692fcec
@ -23,7 +23,7 @@ namespace osu.Game.Skinning.Components
|
||||
{
|
||||
public bool UsesFixedAnchor { get; set; }
|
||||
|
||||
[SettingSource("Spining text", "Whether the big text should spin")]
|
||||
[SettingSource("Spinning text", "Whether the big text should spin")]
|
||||
public Bindable<bool> TextSpin { get; } = new BindableBool();
|
||||
|
||||
[SettingSource("Alpha", "The alpha value of this box")]
|
||||
|
Loading…
Reference in New Issue
Block a user