diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-04-17 07:24:12 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-04-17 07:24:12 -0400 |
| commit | 15e04d4fe891702808ba7e66a568fd5c6dada276 (patch) | |
| tree | 469c7c151b7623fc3164fbc6b91404be51bff63f /src | |
| parent | 4275cadf13dde2fc47efeaf7af9293b1554b78c3 (diff) | |
fixed typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/uilocker.cpp | 2 |
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; } |
