diff options
| author | VocalFan <45863583+Mou-Ikkai@users.noreply.github.com> | 2021-02-28 05:33:36 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-28 11:33:36 +0100 |
| commit | fd9d16c3b3697ce2d9018a1636aa2a5d7aee3f80 (patch) | |
| tree | 1746b24df5e8fc83c8e649c352ace852c9ee6fe5 | |
| parent | 8b4e4fc0763c90ca9762109dae86343c03aec7d1 (diff) | |
Some minor formal wording for the updater. (#2060)
* Some minor formal wording for the updater.
* Fixed a line.
| -rw-r--r-- | Ryujinx/Modules/Updater/Updater.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Ryujinx/Modules/Updater/Updater.cs b/Ryujinx/Modules/Updater/Updater.cs index c7def960..6deeb627 100644 --- a/Ryujinx/Modules/Updater/Updater.cs +++ b/Ryujinx/Modules/Updater/Updater.cs @@ -107,7 +107,7 @@ namespace Ryujinx.Modules { 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; @@ -138,7 +138,7 @@ namespace Ryujinx.Modules { 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; @@ -440,7 +440,7 @@ namespace Ryujinx.Modules } 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); } } |
