mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 05:11:34 +00:00
Changed "this server has a lot of addons!" to
"Checking server addon list ..." to be more informative
This commit is contained in:
parent
03d479fdb6
commit
6fe8a6c96a
1 changed files with 1 additions and 1 deletions
|
@ -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...");
|
||||
|
|
Loading…
Reference in a new issue