Explorar el Código

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

* Some minor formal wording for the updater.

* Fixed a line.
VocalFan hace 5 años
padre
commit
fd9d16c3b3
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      Ryujinx/Modules/Updater/Updater.cs

+ 3 - 3
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);
                     }
                 }