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
 
@@ -2199,13 +2199,13 @@ STR_NETWORK_CHAT_TO_CLIENT              
 
STR_NETWORK_CHAT_ALL                                            :[All] {RAW_STRING}: {WHITE}{RAW_STRING}
 
STR_NETWORK_CHAT_OSKTITLE                                       :{BLACK}Enter text for network chat
 

	
 
# 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
 
STR_NETWORK_ERROR_SAVEGAMEERROR                                 :{WHITE}Could not load savegame
 
STR_NETWORK_ERROR_SERVER_START                                  :{WHITE}Could not start the server
 
STR_NETWORK_ERROR_CLIENT_START                                  :{WHITE}Could not connect
0 comments (0 inline, 0 general)