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
c702943af3
commit
d753de6d5d
3 changed files with 5 additions and 5 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue