Merge pull request #8671 from Alchyr/goodbye

Fix Exit Confirmation "Goodbye" Spelling
This commit is contained in:
Dean Herbert
2020-04-08 10:35:51 +09:00
committed by GitHub

View File

@ -294,7 +294,7 @@ namespace osu.Game.Screens.Menu
{
new PopupDialogOkButton
{
Text = @"Good bye",
Text = @"Goodbye",
Action = confirm
},
new PopupDialogCancelButton