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 | |
| parent | dea754ad91ad79269223b73c9045ffe1e5daec8a (diff) | |
Fix typo
| -rw-r--r-- | src/organizer_en.ts | 16 | ||||
| -rw-r--r-- | src/spawn.cpp | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/src/organizer_en.ts b/src/organizer_en.ts index ad2d669c..46bb42cf 100644 --- a/src/organizer_en.ts +++ b/src/organizer_en.ts @@ -2089,6 +2089,13 @@ Error: %1</source> <translation type="unfinished"></translation> </message> <message> + <location filename="mainwindow.cpp" line="722"/> + <location filename="mainwindow.cpp" line="4345"/> + <location filename="mainwindow.cpp" line="4349"/> + <source>Endorse</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="mainwindow.cpp" line="726"/> <source>Won't Endorse</source> <translation type="unfinished"></translation> @@ -2816,13 +2823,6 @@ You can also use online editors and converters instead.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="722"/> - <location filename="mainwindow.cpp" line="4345"/> - <location filename="mainwindow.cpp" line="4349"/> - <source>Endorse</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="mainwindow.cpp" line="4346"/> <source>Won't endorse</source> <translation type="unfinished"></translation> @@ -5703,7 +5703,7 @@ This is a potential security risk so I highly advice you to investigate if can be installed to work without elevation. Restart Mod Organizer as an elevated process? -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.</source> +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.</source> <translation type="unfinished"></translation> </message> <message> 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) {
|
