summaryrefslogtreecommitdiff
path: root/src/uilocker.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-04-17 07:24:12 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2020-04-17 07:24:12 -0400
commit15e04d4fe891702808ba7e66a568fd5c6dada276 (patch)
tree469c7c151b7623fc3164fbc6b91404be51bff63f /src/uilocker.cpp
parent4275cadf13dde2fc47efeaf7af9293b1554b78c3 (diff)
fixed typo
Diffstat (limited to 'src/uilocker.cpp')
-rw-r--r--src/uilocker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uilocker.cpp b/src/uilocker.cpp
index 07fe7f1b..cabd7c89 100644
--- a/src/uilocker.cpp
+++ b/src/uilocker.cpp
@@ -321,7 +321,7 @@ private:
case UILocker::PreventExit:
{
m_message->setText(QObject::tr(
- "Mod Organizer is waiting on application to close before exiting."));
+ "Mod Organizer is waiting on an application to close before exiting."));
break;
}