summaryrefslogtreecommitdiff
path: root/src/lang
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-11-19 15:55:53 +0000
committerrubidium <rubidium@openttd.org>2010-11-19 15:55:53 +0000
commit874abb29659ada0972add6aff0601666ff1b8cec (patch)
treeb7c05b6494fa20311e0bd4a104a80cd6879b0bf7 /src/lang
parent999246f63eb1d83a25363e27ea26c1cb640e3c93 (diff)
downloadopenttd-874abb29659ada0972add6aff0601666ff1b8cec.tar.xz
(svn r21256) -Fix [FS#4189]: Clients weren't always notified when the connection was lost
Diffstat (limited to 'src/lang')
-rw-r--r--src/lang/english.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt
index ca26d695c..a69163560 100644
--- a/src/lang/english.txt
+++ b/src/lang/english.txt
@@ -1788,6 +1788,9 @@ STR_NETWORK_ERROR_CLIENT_SERVER_FULL :server full
STR_NETWORK_ERROR_CLIENT_TOO_MANY_COMMANDS :was sending too many commands
############ End of leave-in-this-order
+STR_NETWORK_ERROR_CLIENT_GUI_LOST_CONNECTION_CAPTION :{WHITE}Possible connection loss
+STR_NETWORK_ERROR_CLIENT_GUI_LOST_CONNECTION :{WHITE}The last {NUM} second{P "" s} no data has arrived from the server
+
# Network related errors
STR_NETWORK_SERVER_MESSAGE :*** {1:RAW_STRING}
############ Leave those lines in this order!!