From 2feaed68b4bd2191aeaf02c33990a0bdf7f8738c Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Fri, 20 Sep 2019 01:19:01 -0400 Subject: missing period --- src/spawn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), -- cgit v1.3.1