From fd9d16c3b3697ce2d9018a1636aa2a5d7aee3f80 Mon Sep 17 00:00:00 2001 From: VocalFan <45863583+Mou-Ikkai@users.noreply.github.com> Date: Sun, 28 Feb 2021 05:33:36 -0500 Subject: [PATCH] Some minor formal wording for the updater. (#2060) * Some minor formal wording for the updater. * Fixed a line. --- Ryujinx/Modules/Updater/Updater.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Ryujinx/Modules/Updater/Updater.cs b/Ryujinx/Modules/Updater/Updater.cs index c7def9600..6deeb6277 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); } }