mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09:00
Merge pull request #8671 from Alchyr/goodbye
Fix Exit Confirmation "Goodbye" Spelling
This commit is contained in:
@ -294,7 +294,7 @@ namespace osu.Game.Screens.Menu
|
|||||||
{
|
{
|
||||||
new PopupDialogOkButton
|
new PopupDialogOkButton
|
||||||
{
|
{
|
||||||
Text = @"Good bye",
|
Text = @"Goodbye",
|
||||||
Action = confirm
|
Action = confirm
|
||||||
},
|
},
|
||||||
new PopupDialogCancelButton
|
new PopupDialogCancelButton
|
||||||
|
Reference in New Issue
Block a user