1
0
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:
Bartłomiej Dach 2022-12-24 10:39:05 +01:00
parent 2c060ac8d4
commit 301eb71e22
No known key found for this signature in database

View File

@ -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")
}, },