summaryrefslogtreecommitdiff
path: root/src/spawn.cpp
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2018-12-27 18:49:19 -0600
committerLostDragonist <lost.dragonist@gmail.com>2018-12-27 18:49:19 -0600
commit2d9cf25657f0775431beda75713cba6156f2180b (patch)
treea364ecb14b4c2f27f9ae88c4f03bf8d25f57892f /src/spawn.cpp
parentdea754ad91ad79269223b73c9045ffe1e5daec8a (diff)
Fix typo
Diffstat (limited to 'src/spawn.cpp')
-rw-r--r--src/spawn.cpp2
1 files changed, 1 insertions, 1 deletions
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) {