From 61af0a0c26caa02655fc8b40f6543cb11d914b5e Mon Sep 17 00:00:00 2001 From: phosit Date: Thu, 23 Oct 2025 19:47:06 +0200 Subject: [PATCH] Rewrite the phrase about building multiple houses It was hard to understand. (cherry picked from commit c3727a6a7958e143ac15b3e110357517d84b9652) Signed-off-by: phosit --- .../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 24d59ecd8a..479939f5a4 100644 --- a/binaries/data/mods/public/maps/tutorials/starting_economy_walkthrough.js +++ b/binaries/data/mods/public/maps/tutorials/starting_economy_walkthrough.js @@ -222,7 +222,7 @@ Trigger.prototype.tutorialGoals = [ { "instructions": [ { - "text": markForTranslation("Select two of your newly-trained Civilians and ask them to build these Houses in the empty space to the east of the Civic Center. To do so, after selecting the Civilians, click on the House icon in the bottom right panel and, while holding %(hotkey)s, click first on the position in the map where you want to build the first House, and then click on the position where you want to build the second House (When you give a command while holding %(hotkey)s, you put the command in a queue; units automatically switch to the next command in their queue when they finish their current command). Press Escape to get rid of the House cursor so you don't spam Houses all over the map.\n"), + "text": markForTranslation("Select two of your newly-trained Civilians and order them to build these Houses in the empty space to the east of the Civic Center. Click on the House icon in the bottom right panel. While holding %(hotkey)s click on positions on the map where you want to build Houses. The Civilians will then start to build the houses in order. (When you give a command while holding %(hotkey)s, you put the command in a queue; units automatically switch to the next command in their queue when they finish their current command). Press Escape to get rid of the House cursor so you don't spam Houses all over the map.\n"), "hotkey": "selection.queue" }, {