mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-28 10:06:28 -05:00
Minor wording fixes... Except I'm doing it for all of Ryujinx. (#2078)
* Minor wording fixes * Exit dialogue. * Update MainWindow.cs * Update DlcWindow.cs * I found an actual typo for once. * There we go. * Fix * Update MainWindow.cs * MainWindow is done * Update ControllerWindow.cs
This commit is contained in:
@@ -78,7 +78,7 @@ namespace Ryujinx.Ui.Widgets
|
||||
|
||||
internal static bool CreateExitDialog()
|
||||
{
|
||||
return CreateChoiceDialog("Ryujinx - Exit", "Are you sure you want to stop emulation?", "All unsaved data will be lost!");
|
||||
return CreateChoiceDialog("Ryujinx - Exit", "Are you sure you want to close Ryujinx?", "All unsaved data will be lost!");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user