From 2d9cf25657f0775431beda75713cba6156f2180b Mon Sep 17 00:00:00 2001 From: LostDragonist Date: Thu, 27 Dec 2018 18:49:19 -0600 Subject: Fix typo --- src/spawn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/spawn.cpp') diff --git a/src/spawn.cpp b/src/spawn.cpp index 1459aadb..f8a7bb5f 100644 --- a/src/spawn.cpp +++ b/src/spawn.cpp @@ -155,7 +155,7 @@ HANDLE startBinary(const QFileInfo &binary, "\"%1\"\n" "can be installed to work without elevation.\n\n" "Restart Mod Organizer as an elevated process?\n" - "You will be asked if you want to allow helper.exe to make changes to the system." + "You will be asked if you want to allow helper.exe to make changes to the system. " "You will need to relaunch the process above manually.").arg( QDir::toNativeSeparators(binary.absoluteFilePath())), QMessageBox::Yes | QMessageBox::No) == QMessageBox::Yes) { -- cgit v1.3.1