diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2018-12-27 18:49:19 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-12-27 18:49:19 -0600 |
| commit | 2d9cf25657f0775431beda75713cba6156f2180b (patch) | |
| tree | a364ecb14b4c2f27f9ae88c4f03bf8d25f57892f /src/spawn.cpp | |
| parent | dea754ad91ad79269223b73c9045ffe1e5daec8a (diff) | |
Fix typo
Diffstat (limited to 'src/spawn.cpp')
| -rw-r--r-- | src/spawn.cpp | 2 |
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) {
|
