Changed "this server has a lot of addons!" to

"Checking server addon list ..." to be more informative
This commit is contained in:
Ashnal 2020-07-01 23:52:43 -04:00
parent 03d479fdb6
commit 6fe8a6c96a
1 changed files with 1 additions and 1 deletions

View File

@ -1203,7 +1203,7 @@ static inline void CL_DrawConnectionStatus(void)
break;
#endif
case CL_ASKFULLFILELIST:
cltext = M_GetText("This server has a LOT of addons!");
cltext = M_GetText("Checking server addon list ...");
break;
case CL_LOADFILES:
cltext = M_GetText("Loading server addons...");