From 80de15d935b5c7b3b1a1122f9eccfdc7f17b57e7 Mon Sep 17 00:00:00 2001 From: Jorolf Date: Sat, 18 Mar 2017 15:22:03 +0100 Subject: [PATCH] fixed typo --- osu.Game/Overlays/Options/Sections/SkinSection.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/osu.Game/Overlays/Options/Sections/SkinSection.cs b/osu.Game/Overlays/Options/Sections/SkinSection.cs index c9c1e723f0..bca4016401 100644 --- a/osu.Game/Overlays/Options/Sections/SkinSection.cs +++ b/osu.Game/Overlays/Options/Sections/SkinSection.cs @@ -61,12 +61,12 @@ namespace osu.Game.Overlays.Options.Sections }, new OptionSlider { - LabelText = "Menu Cursor size", + LabelText = "Menu cursor size", Bindable = (BindableDouble)config.GetBindable(OsuConfig.CursorSize) }, new OptionSlider { - LabelText = "Gameplay Cursor size", + LabelText = "Gameplay cursor size", Bindable = (BindableDouble)config.GetBindable(OsuConfig.GameplayCursorSize) }, new OsuCheckbox @@ -77,4 +77,4 @@ namespace osu.Game.Overlays.Options.Sections }; } } -} \ No newline at end of file +}