forked from mirrors/0ad
Fix string format in economy walkthrough
This has been introduced in 29ac569511.
Fixes: #8788
This commit is contained in:
@@ -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"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user