diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-20 01:19:01 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-20 01:19:01 -0400 |
| commit | 2feaed68b4bd2191aeaf02c33990a0bdf7f8738c (patch) | |
| tree | 588438dbe19329d9af797919ace6f7a608f4ad41 /src | |
| parent | b45565911487e91c11f641f5cca685c231f91faf (diff) | |
missing period
Diffstat (limited to 'src')
| -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 1b46c479..079677f4 100644 --- a/src/spawn.cpp +++ b/src/spawn.cpp @@ -415,7 +415,7 @@ QMessageBox::StandardButton confirmBlacklisted( .remember("blacklistedExecutable", sp.binary.fileName())
.button({
QObject::tr("Continue"),
- QObject::tr("Your mods might not work"),
+ QObject::tr("Your mods might not work."),
QMessageBox::Yes})
.button({
QObject::tr("Change the blacklist"),
|
