From e0c189a43ea5b7b772511e349a11f9a8182584e1 Mon Sep 17 00:00:00 2001 From: phosit Date: Tue, 3 Mar 2026 21:35:17 +0100 Subject: [PATCH] Fix string format in economy walkthrough This has been introduced in 29ac5695117. Fixes: #8788 --- .../mods/public/maps/tutorials/starting_economy_walkthrough.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binaries/data/mods/public/maps/tutorials/starting_economy_walkthrough.js b/binaries/data/mods/public/maps/tutorials/starting_economy_walkthrough.js index ea01181de7..e06ab7bdb4 100644 --- a/binaries/data/mods/public/maps/tutorials/starting_economy_walkthrough.js +++ b/binaries/data/mods/public/maps/tutorials/starting_economy_walkthrough.js @@ -225,7 +225,7 @@ Trigger.prototype.tutorialGoals = [ "hotkey": "selection.queue" }, { - "text": markForTranslation("Reminder: to select only two Civilians, click on the first one and then hold %(hotkey) and click on the second one."), + "text": markForTranslation("Reminder: to select only two Civilians, click on the first one and then hold %(hotkey)s and click on the second one."), "hotkey": "selection.add" } ],