mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 03:25:11 +08:00
Fix wrong member names
This commit is contained in:
parent
2c060ac8d4
commit
301eb71e22
@ -39,8 +39,8 @@ namespace osu.Game.Overlays.Settings.Sections
|
|||||||
},
|
},
|
||||||
new SettingsButton
|
new SettingsButton
|
||||||
{
|
{
|
||||||
Text = GeneralSectionStrings.LearnMoreAboutLazer,
|
Text = GeneralSettingsStrings.LearnMoreAboutLazer,
|
||||||
TooltipText = GeneralSectionStrings.CheckOutTheFeatureComparison,
|
TooltipText = GeneralSettingsStrings.LearnMoreAboutLazerTooltip,
|
||||||
BackgroundColour = colours.YellowDark,
|
BackgroundColour = colours.YellowDark,
|
||||||
Action = () => game?.ShowWiki(@"Help_centre/Upgrading_to_lazer")
|
Action = () => game?.ShowWiki(@"Help_centre/Upgrading_to_lazer")
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user