Changeset - r25907:453ca7f224a5
[Not reviewed]
master
0 1 0
Patric Stout - 3 years ago 2021-08-18 10:00:36
truebrain@openttd.org
Fix #9491: reword "no connection" error message (#9495)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/lang/english.txt
Show inline comments
 
@@ -2202,7 +2202,7 @@ STR_NETWORK_CHAT_OSKTITLE               
 
# Network messages
 
STR_NETWORK_ERROR_NOTAVAILABLE                                  :{WHITE}No network devices found
 
STR_NETWORK_ERROR_NOSERVER                                      :{WHITE}Could not find any network games
 
STR_NETWORK_ERROR_NOCONNECTION                                  :{WHITE}The server didn't answer the request
 
STR_NETWORK_ERROR_NOCONNECTION                                  :{WHITE}Connection to the server timed out or was refused
 
STR_NETWORK_ERROR_NEWGRF_MISMATCH                               :{WHITE}Could not connect due to NewGRF mismatch
 
STR_NETWORK_ERROR_DESYNC                                        :{WHITE}Network-Game synchronisation failed
 
STR_NETWORK_ERROR_LOSTCONNECTION                                :{WHITE}Network-Game connection lost
0 comments (0 inline, 0 general)