forked from Github/PrismLauncher
Merge pull request #2562 from Trial97/fix_update_message
fix update message
This commit is contained in:
commit
6b1c16b01a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue