mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 17:07:11 +02:00
Seeing if there are any other spelling errors to correct. (#2572)
* "Informations" -> "Information" * Your -> You * will use -> using (Plus more detailed Appveyor error msg.) * Did a dumb thing, fixed it.
This commit is contained in:
parent
b195567964
commit
b3bf958f8a
3 changed files with 5 additions and 5 deletions
|
@ -1131,7 +1131,7 @@ namespace Ryujinx.Ui.Windows
|
|||
|
||||
if (_inputDevice.ActiveId == "disabled" || _profile.ActiveId == "default" || _profile.ActiveId == null) return;
|
||||
|
||||
MessageDialog confirmDialog = GtkDialog.CreateConfirmationDialog("Deleting Profile", "This action is irreversible, are your sure you want to continue?");
|
||||
MessageDialog confirmDialog = GtkDialog.CreateConfirmationDialog("Deleting Profile", "This action is irreversible, are you sure you want to continue?");
|
||||
|
||||
if (confirmDialog.Run() == (int)ResponseType.Yes)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue