summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
diff options
context:
space:
mode:
authorMatte A <matte_med_latte@hotmail.com>2019-06-23 04:38:36 +0200
committerMatte A <matte_med_latte@hotmail.com>2019-06-23 04:38:36 +0200
commit724fad7cb62a0ee4913ed41bde45c7564183c7af (patch)
treef543f45b956348d48b4e5efb7dcad8bf1cffa331 /src/organizercore.cpp
parentc216442eb4368004055246222b7224769c37db82 (diff)
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) {