mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Fix wrong member names
This commit is contained in:
@ -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")
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user