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);