From 096266c1411a090c002d8912b992b52426956d80 Mon Sep 17 00:00:00 2001 From: Trial97 Date: Mon, 24 Jun 2024 21:31:26 +0300 Subject: [PATCH] fix update message Signed-off-by: Trial97 --- launcher/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/Application.cpp b/launcher/Application.cpp index 9519ef553..cd17f346c 100644 --- a/launcher/Application.cpp +++ b/launcher/Application.cpp @@ -991,7 +991,7 @@ Application::Application(int& argc, char** argv) : QApplication(argc, argv) "\n" "You are now running %1 .\n" "Check the Prism Launcher updater log at: \n" - "%1\n" + "%2\n" "for details.") .arg(BuildConfig.printableVersionString()) .arg(update_log_path);