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
commit 76dabf78e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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