(svn r17446) -Codechange: rename BUILD with BUY for strings that are about building (in the future buying) vehicles.

This commit is contained in:
rubidium
2009-09-07 08:59:43 +00:00
parent 98e2742863
commit 1f21a5cb41
53 changed files with 1444 additions and 1444 deletions

View File

@@ -568,7 +568,7 @@ struct DepotWindow : Window {
if (v->type == VEH_TRAIN && !Train::From(v)->IsFrontEngine()) return;
}
DoCommandP(this->window_number, v->index, _ctrl_pressed ? 1 : 0, CMD_CLONE_VEHICLE | CMD_MSG(STR_ERROR_CAN_T_BUILD_TRAIN + v->type), CcCloneVehicle);
DoCommandP(this->window_number, v->index, _ctrl_pressed ? 1 : 0, CMD_CLONE_VEHICLE | CMD_MSG(STR_ERROR_CAN_T_BUY_TRAIN + v->type), CcCloneVehicle);
ResetObjectToPlace();
}