1
0
forked from mirrors/0ad

Fix string format in economy walkthrough

This has been introduced in 29ac569511.

Fixes: #8788
This commit is contained in:
phosit
2026-03-03 21:35:17 +01:00
parent 15076a4504
commit e0c189a43e
@@ -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"
}
],