1
0
forked from 0ad/0ad

Fix mention of 'farm' instead of 'field' in tutorial

It was reported that the word farm in the Introductory Tutorial is
incorrect and it should be replaced with Field.
Game refers to them as 'Field' so change is correct.

Differential revision: D4299
Patch by: @Langbart
Fixes: #6345

This was SVN commit r25955.
This commit is contained in:
Angen 2021-10-10 12:49:17 +00:00
parent aba5369140
commit 76228f107c

View File

@ -225,7 +225,7 @@ Trigger.prototype.tutorialGoals = [
}
},
{
"instructions": markForTranslation("Start training a batch of Female Citizens in the Civic Center and set its rally point to the farm (right click on it)."),
"instructions": markForTranslation("Start training a batch of Female Citizens in the Civic Center and set its rally point to the Field (right click on it)."),
"Init": function()
{
this.rallyPointSet = false;