Add localisation support for new button's strings

This commit is contained in:
Dean Herbert
2022-12-24 17:32:04 +08:00
parent 91bde14fb3
commit 2c060ac8d4
2 changed files with 12 additions and 2 deletions

View File

@ -39,8 +39,8 @@ namespace osu.Game.Overlays.Settings.Sections
},
new SettingsButton
{
Text = "Learn more about lazer",
TooltipText = "Check out the feature comparison and FAQ",
Text = GeneralSectionStrings.LearnMoreAboutLazer,
TooltipText = GeneralSectionStrings.CheckOutTheFeatureComparison,
BackgroundColour = colours.YellowDark,
Action = () => game?.ShowWiki(@"Help_centre/Upgrading_to_lazer")
},