diff options
author | rubidium <rubidium@openttd.org> | 2012-01-03 19:21:32 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2012-01-03 19:21:32 +0000 |
commit | abbc0f052b931a792bb4ce3ad4d87f3fc8772e5f (patch) | |
tree | 6c30c654f6a8f5001fd4e897cb3f62652dacebee /src/lang | |
parent | aa482051edbb7c7de01a9a8eec5bfb345b7124ae (diff) | |
download | openttd-abbc0f052b931a792bb4ce3ad4d87f3fc8772e5f.tar.xz |
(svn r23733) -Fix-ish [FS#4939]: cheating to different climates messes things even more up than changing NewGRFs in-game... so guess what happened
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 541a24e3c..8c92613c9 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1465,7 +1465,6 @@ STR_CHEAT_CHANGE_COMPANY :{LTBLUE}Playing STR_CHEAT_EXTRA_DYNAMITE :{LTBLUE}Magic bulldozer (remove industries, unmovable objects): {ORANGE}{STRING1} STR_CHEAT_CROSSINGTUNNELS :{LTBLUE}Tunnels may cross each other: {ORANGE}{STRING1} STR_CHEAT_NO_JETCRASH :{LTBLUE}Jetplanes will not crash (frequently) on small airports: {ORANGE}{STRING} -STR_CHEAT_SWITCH_CLIMATE :{LTBLUE}Switch climate: {ORANGE}{STRING} STR_CHEAT_SWITCH_CLIMATE_TEMPERATE_LANDSCAPE :Temperate landscape STR_CHEAT_SWITCH_CLIMATE_SUB_ARCTIC_LANDSCAPE :Sub-arctic landscape STR_CHEAT_SWITCH_CLIMATE_SUB_TROPICAL_LANDSCAPE :Sub-tropical landscape |