1
0
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:
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
{
Text = GeneralSectionStrings.LearnMoreAboutLazer,
TooltipText = GeneralSectionStrings.CheckOutTheFeatureComparison,
Text = GeneralSettingsStrings.LearnMoreAboutLazer,
TooltipText = GeneralSettingsStrings.LearnMoreAboutLazerTooltip,
BackgroundColour = colours.YellowDark,
Action = () => game?.ShowWiki(@"Help_centre/Upgrading_to_lazer")
},