diff options
| author | Al <gabriel.cortesi@outlook.com> | 2019-06-25 22:52:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-25 22:52:22 +0200 |
| commit | a82b5de34adf50e46e3b1c80e9301b9d364fdb56 (patch) | |
| tree | 0311d2ea46ac60218f340923673b176fc0bbc635 /src/spawn.cpp | |
| parent | d683ee652c9bf15cb319c5783479917c2c6b7bd0 (diff) | |
| parent | 724fad7cb62a0ee4913ed41bde45c7564183c7af (diff) | |
Merge pull request #772 from Nubbie/Develop
Correcting minor spelling mistakes in the UI + add contributor
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 d7d5efc2..f77da35f 100644 --- a/src/spawn.cpp +++ b/src/spawn.cpp @@ -150,7 +150,7 @@ HANDLE startBinary(const QFileInfo &binary, if (e.getErrorCode() == ERROR_ELEVATION_REQUIRED) {
if (QMessageBox::question(QApplication::activeModalWidget(), QObject::tr("Elevation required"),
QObject::tr("This process requires elevation to run.\n"
- "This is a potential security risk so I highly advice you to investigate if\n"
+ "This is a potential security risk so I highly advise you to investigate if\n"
"\"%1\"\n"
"can be installed to work without elevation.\n\n"
"Restart Mod Organizer as an elevated process?\n"
|
