mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 19:04:06 +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
|
||||
{
|
||||
Text = GeneralSectionStrings.LearnMoreAboutLazer,
|
||||
TooltipText = GeneralSectionStrings.CheckOutTheFeatureComparison,
|
||||
Text = GeneralSettingsStrings.LearnMoreAboutLazer,
|
||||
TooltipText = GeneralSettingsStrings.LearnMoreAboutLazerTooltip,
|
||||
BackgroundColour = colours.YellowDark,
|
||||
Action = () => game?.ShowWiki(@"Help_centre/Upgrading_to_lazer")
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user