summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/spawn.cpp2
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"),