mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-29 07:32:02 +00:00
Fix minor grammatical mistake
This commit is contained in:
parent
731113ea0e
commit
57465a1a56
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ boolean CL_CheckDownloadable(void)
|
||||||
CONS_Printf(M_GetText("All addons downloadable, but you have chosen to disable addon downloading.\n"));
|
CONS_Printf(M_GetText("All addons downloadable, but you have chosen to disable addon downloading.\n"));
|
||||||
break;
|
break;
|
||||||
case 4:
|
case 4:
|
||||||
CONS_Printf(M_GetText("One or more addons was added as a folder, which the server cannot send.\n"));
|
CONS_Printf(M_GetText("One or more addons were added as a folder, which the server cannot send.\n"));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue