summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
diff options
context:
space:
mode:
authorAl <gabriel.cortesi@outlook.com>2019-06-25 22:52:22 +0200
committerGitHub <noreply@github.com>2019-06-25 22:52:22 +0200
commita82b5de34adf50e46e3b1c80e9301b9d364fdb56 (patch)
tree0311d2ea46ac60218f340923673b176fc0bbc635 /src/organizercore.cpp
parentd683ee652c9bf15cb319c5783479917c2c6b7bd0 (diff)
parent724fad7cb62a0ee4913ed41bde45c7564183c7af (diff)
Merge pull request #772 from Nubbie/Develop
Correcting minor spelling mistakes in the UI + add contributor
Diffstat (limited to 'src/organizercore.cpp')
-rw-r--r--src/organizercore.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/organizercore.cpp b/src/organizercore.cpp
index c724e57f..2cad9ce8 100644
--- a/src/organizercore.cpp
+++ b/src/organizercore.cpp
@@ -391,7 +391,7 @@ void OrganizerCore::storeSettings()
if (!shellCopy(iniFile, iniFile + ".new", true, qApp->activeWindow())) {
QMessageBox::critical(
qApp->activeWindow(), tr("Failed to write settings"),
- tr("An error occured trying to update MO settings to %1: %2")
+ tr("An error occurred trying to update MO settings to %1: %2")
.arg(iniFile, windowsErrorString(::GetLastError())));
return;
}
@@ -418,7 +418,7 @@ void OrganizerCore::storeSettings()
: tr("Unknown error %1").arg(result);
QMessageBox::critical(
qApp->activeWindow(), tr("Failed to write settings"),
- tr("An error occured trying to write back MO settings to %1: %2")
+ tr("An error occurred trying to write back MO settings to %1: %2")
.arg(writeTarget, reason));
}
}
@@ -1570,7 +1570,7 @@ HANDLE OrganizerCore::spawnBinaryProcess(const QFileInfo &binary,
tr("MO was denied access to the Steam process. This normally indicates that "
"Steam is being run as administrator while MO is not. This can cause issues "
"launching the game. It is recommended to not run Steam as administrator unless "
- "absolutely neccessary.\n\n"
+ "absolutely necessary.\n\n"
"Restart MO as administrator?"),
QDialogButtonBox::Yes | QDialogButtonBox::No | QDialogButtonBox::Cancel);
if (result == QDialogButtonBox::Yes) {