1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-20 05:53:30 +01:00

Some minor formal wording for the updater. (#2060)

* Some minor formal wording for the updater.

* Fixed a line.
This commit is contained in:
VocalFan 2021-02-28 05:33:36 -05:00 committed by GitHub
parent 8b4e4fc076
commit fd9d16c3b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,7 +107,7 @@ namespace Ryujinx.Modules
{ {
if (showVersionUpToDate) if (showVersionUpToDate)
{ {
GtkDialog.CreateUpdaterInfoDialog("You are already using the most updated version of Ryujinx!", ""); GtkDialog.CreateUpdaterInfoDialog("You are already using the latest version of Ryujinx!", "");
} }
return; return;
@ -138,7 +138,7 @@ namespace Ryujinx.Modules
{ {
if (showVersionUpToDate) if (showVersionUpToDate)
{ {
GtkDialog.CreateUpdaterInfoDialog("You are already using the most updated version of Ryujinx!", ""); GtkDialog.CreateUpdaterInfoDialog("You are already using the latest version of Ryujinx!", "");
} }
Running = false; Running = false;
@ -440,7 +440,7 @@ namespace Ryujinx.Modules
} }
catch catch
{ {
Logger.Warning?.Print(LogClass.Application, "Updater wasn't able to rename file: " + file); Logger.Warning?.Print(LogClass.Application, "Updater was unable to rename file: " + file);
} }
} }