From a6e4e22ca227dc6b8674832ed06307af9353cb0e Mon Sep 17 00:00:00 2001 From: phosit Date: Thu, 23 Oct 2025 19:31:55 +0200 Subject: [PATCH] Replace civ by player in phrase about color The color is not specivic to the civ but to the player. --- .../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 0842246aec..694bf92517 100644 --- a/binaries/data/mods/public/maps/tutorials/starting_economy_walkthrough.js +++ b/binaries/data/mods/public/maps/tutorials/starting_economy_walkthrough.js @@ -16,7 +16,7 @@ Trigger.prototype.tutorialGoals = [ }, { "instructions": [ - markForTranslation("To start off, select your building, the Civic Center, by clicking on it. A selection ring in the color of your civilization will be displayed after clicking.") + markForTranslation("To start off, select your building, the Civic Center, by clicking on it. A selection ring in the color of your player will be displayed after clicking.") ] }, {