aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/massadd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/massadd.cpp b/gui/massadd.cpp
index b981520cdc..7a597085c5 100644
--- a/gui/massadd.cpp
+++ b/gui/massadd.cpp
@@ -241,7 +241,7 @@ void MassAddDialog::handleTickle() {
// Enable the OK button
_okButton->setEnabled(true);
- snprintf(buf, sizeof(buf), _("Scan complete!"));
+ snprintf(buf, sizeof(buf), "%s", _("Scan complete!"));
_dirProgressText->setLabel(buf);
snprintf(buf, sizeof(buf), _("Discovered %d new games."), _games.size());