use "must" instead of "should"

This commit is contained in:
Bill Currie 2010-01-13 06:43:54 +00:00 committed by Jeff Teunissen
parent a6822c8c10
commit 907efe03a4
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ SV_Gamedir_f (void)
if (strstr (dir, "..") || strstr (dir, "/")
|| strstr (dir, "\\") || strstr (dir, ":")) {
Sys_Printf ("Gamedir should be a single filename, not a path\n");
Sys_Printf ("Gamedir must be a single filename, not a path\n");
return;
}