1
0
forked from 0ad/0ad

Fixed a spelling error (TRAiN vs TRAIN).

This was SVN commit r4263.
This commit is contained in:
Matei 2006-08-28 19:05:57 +00:00
parent 35e91718c5
commit 059e48d152

View File

@ -462,7 +462,7 @@ function updateTab (tab, type, cellSheet, attribute, attribute2, arrayCells)
{
case "train":
// TODO: Remove this item from the production queue if right-clicked.
issueCommand(selection, true, NMT_Produce, PRODUCTION_TRAiN, ""+(Crd[getCrd (this.name, true)].entity));
issueCommand(selection, true, NMT_Produce, PRODUCTION_TRAIN, ""+(Crd[getCrd (this.name, true)].entity));
case "research":
// TODO: Remove this item from the production queue if right-clicked.
issueCommand(selection, true, NMT_Produce, PRODUCTION_RESEARCH, ""+(Crd[getCrd (this.name, true)].entity.name));