mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-23 12:56:27 -05: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:
@@ -254,7 +254,7 @@ namespace Ryujinx.Ui.Windows
|
||||
}
|
||||
else
|
||||
{
|
||||
GtkDialog.CreateInfoDialog($"Amiibo API", "An error occured while fetching informations from the API.");
|
||||
GtkDialog.CreateInfoDialog($"Amiibo API", "An error occured while fetching information from the API.");
|
||||
|
||||
Close();
|
||||
}
|
||||
@@ -419,4 +419,4 @@ namespace Ryujinx.Ui.Windows
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user