1
0
forked from 0ad/0ad

Fixed typos on the English strings of the tutorial AI

This was SVN commit r14994.
This commit is contained in:
Adrián Chaves 2014-04-25 19:47:41 +00:00
parent 4cbaba418b
commit 49fc88ff81
2 changed files with 6 additions and 6 deletions

View File

@ -70,7 +70,7 @@ var economic_walkthrough = [
{
"trigger": "time",
"time": 115,
"instructions": markForTranslation("Use 2-3 more female citizens to contruct the field.")
"instructions": markForTranslation("Use 2-3 more female citizens to construct the field.")
},
{
"trigger": "time",
@ -95,7 +95,7 @@ var economic_walkthrough = [
{
"trigger": "time",
"time": 170,
"instructions": markForTranslation("Move your woodcutters to the trees near the storehouse so they dont have to walk as far.")
"instructions": markForTranslation("Move your woodcutters to the trees near the storehouse so they dont have to walk as far.")
},
{
"trigger": "time",
@ -155,7 +155,7 @@ var economic_walkthrough = [
{
"trigger": "time",
"time": 310,
"instructions": markForTranslation("Move 3 women from wood and 3 from stone to farming. Women are cheap to train initially but later in the game it is best to maxinmize efficiency as you are able to train more citizen soldiers.")
"instructions": markForTranslation("Move 3 women from wood and 3 from stone to farming. Women are cheap to train initially but later in the game it is best to maximize efficiency as you are able to train more citizen soldiers.")
},
{
"trigger": "time",
@ -240,7 +240,7 @@ var economic_walkthrough = [
{
"trigger": "time",
"time": 513,
"instructions": markForTranslation(" - Don't have any idle units. Shift click queueing and rally points are very useful.")
"instructions": markForTranslation(" - Don't have any idle units. Shift click queuing and rally points are very useful.")
},
{
"trigger": "time",
@ -270,7 +270,7 @@ var economic_walkthrough = [
{
"trigger": "time",
"time": 531,
"instructions": markForTranslation(" - Don't get carried away on the last point or you will get raided and have no defence.")
"instructions": markForTranslation(" - Don't get carried away on the last point or you will get raided and have no defense.")
},
{
"trigger": "time",

View File

@ -4,7 +4,7 @@ var introductoryTutorial = [
"instructions": markForTranslation("Welcome to the 0 A.D. tutorial. First left-click on a female citizen, then Right-click on a berry bush nearby to make the unit collect food. Female citizens gather food faster than other units.")
},
{
"instructions": markForTranslation("Select the citizen-soldier, Right-click on a tree near the Civil Center to begin collecting wood. Citizen-soldiers gather wood faster than female citizens."),
"instructions": markForTranslation("Select the citizen-soldier, right-click on a tree near the Civil Center to begin collecting wood. Citizen-soldiers gather wood faster than female citizens."),
"trigger": "food_gathered"
},
{