mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +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
8cfc3520e5
commit
a4c004fee3
1 changed files with 1 additions and 1 deletions
|
|
@ -1203,7 +1203,7 @@ static inline void CL_DrawConnectionStatus(void)
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
case CL_ASKFULLFILELIST:
|
case CL_ASKFULLFILELIST:
|
||||||
cltext = M_GetText("This server has a LOT of addons!");
|
cltext = M_GetText("Checking server addon list ...");
|
||||||
break;
|
break;
|
||||||
case CL_LOADFILES:
|
case CL_LOADFILES:
|
||||||
cltext = M_GetText("Loading server addons...");
|
cltext = M_GetText("Loading server addons...");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue