Fix minor grammatical mistake

This commit is contained in:
Lactozilla 2023-09-22 15:00:07 -03:00
parent 731113ea0e
commit 57465a1a56

View file

@ -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;