diff options
author | rubidium <rubidium@openttd.org> | 2009-09-07 08:59:43 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-09-07 08:59:43 +0000 |
commit | 1f21a5cb41f788fc03bb0c508163dd67675b4de1 (patch) | |
tree | a5c048765a36329255beb1137a1d6ee4b6624fee /src/table | |
parent | 98e274286396876e0dd5ecdb3b2a570a74b7cd13 (diff) | |
download | openttd-1f21a5cb41f788fc03bb0c508163dd67675b4de1.tar.xz |
(svn r17446) -Codechange: rename BUILD with BUY for strings that are about building (in the future buying) vehicles.
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/railtypes.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/table/railtypes.h b/src/table/railtypes.h index 37e33439d..33d56bbc4 100644 --- a/src/table/railtypes.h +++ b/src/table/railtypes.h @@ -49,7 +49,7 @@ static const RailtypeInfo _original_railtypes[] = { { STR_RAIL_TOOLBAR_RAILROAD_CONSTRUCTION_CAPTION, STR_RAIL_MENU_RAILROAD_CONSTRUCTION, - STR_BUILD_VEHICLE_TRAIN_RAIL_CAPTION, + STR_BUY_VEHICLE_TRAIN_RAIL_CAPTION, STR_REPLACE_RAIL_VEHICLES, STR_ENGINE_PREVIEW_RAILROAD_LOCOMOTIVE, }, @@ -121,7 +121,7 @@ static const RailtypeInfo _original_railtypes[] = { { STR_RAIL_TOOLBAR_ELRAIL_CONSTRUCTION_CAPTION, STR_RAIL_MENU_ELRAIL_CONSTRUCTION, - STR_BUILD_VEHICLE_TRAIN_ELRAIL_CAPTION, + STR_BUY_VEHICLE_TRAIN_ELRAIL_CAPTION, STR_REPLACE_ELRAIL_VEHICLES, STR_ENGINE_PREVIEW_RAILROAD_LOCOMOTIVE, }, @@ -189,7 +189,7 @@ static const RailtypeInfo _original_railtypes[] = { { STR_RAIL_TOOLBAR_MONORAIL_CONSTRUCTION_CAPTION, STR_RAIL_MENU_MONORAIL_CONSTRUCTION, - STR_BUILD_VEHICLE_TRAIN_MONORAIL_CAPTION, + STR_BUY_VEHICLE_TRAIN_MONORAIL_CAPTION, STR_REPLACE_MONORAIL_VEHICLES, STR_ENGINE_PREVIEW_MONORAIL_LOCOMOTIVE, }, @@ -257,7 +257,7 @@ static const RailtypeInfo _original_railtypes[] = { { STR_RAIL_TOOLBAR_MAGLEV_CONSTRUCTION_CAPTION, STR_RAIL_MENU_MAGLEV_CONSTRUCTION, - STR_BUILD_VEHICLE_TRAIN_MAGLEV_CAPTION, + STR_BUY_VEHICLE_TRAIN_MAGLEV_CAPTION, STR_REPLACE_MAGLEV_VEHICLES, STR_ENGINE_PREVIEW_MAGLEV_LOCOMOTIVE, }, |