diff options
author | rubidium <rubidium@openttd.org> | 2012-02-12 11:39:29 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2012-02-12 11:39:29 +0000 |
commit | c44d9fc36664415e878debe23b83431e3242f2e4 (patch) | |
tree | 67f713b0f1921a51641760041fd2acd0fbdbcfc6 /src | |
parent | 6356178a259d0734c49ef5c62bfbffb86097053b (diff) | |
download | openttd-c44d9fc36664415e878debe23b83431e3242f2e4.tar.xz |
(svn r23937) -Change: improve the wording of some of the timeout related "error" messages
Diffstat (limited to 'src')
-rw-r--r-- | src/lang/english.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index f132639e9..77bfeb5c1 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1800,9 +1800,9 @@ STR_NETWORK_ERROR_KICKED :{WHITE}You were STR_NETWORK_ERROR_CHEATER :{WHITE}Cheating is not allowed on this server STR_NETWORK_ERROR_TOO_MANY_COMMANDS :{WHITE}You were sending too many commands to the server STR_NETWORK_ERROR_TIMEOUT_PASSWORD :{WHITE}You took too long to enter the password -STR_NETWORK_ERROR_TIMEOUT_COMPUTER :{WHITE}Your computer took too long to join -STR_NETWORK_ERROR_TIMEOUT_MAP :{WHITE}You took too long to download the map -STR_NETWORK_ERROR_TIMEOUT_JOIN :{WHITE}You took too long to join the server +STR_NETWORK_ERROR_TIMEOUT_COMPUTER :{WHITE}Your computer is too slow to keep up with the server +STR_NETWORK_ERROR_TIMEOUT_MAP :{WHITE}Your computer took too long to download the map +STR_NETWORK_ERROR_TIMEOUT_JOIN :{WHITE}Your computer took too long to join the server ############ Leave those lines in this order!! STR_NETWORK_ERROR_CLIENT_GENERAL :general error |