Better language, less tense

This commit is contained in:
Zachary J. Slater 2015-08-28 18:19:29 -07:00
parent 11a65db8bb
commit 87e0bf6eaf

View file

@ -2743,7 +2743,7 @@ void FS_Path_f( void ) {
searchpath_t *s;
int i;
Com_Printf ("We tried looking in the current search path:\n");
Com_Printf ("We are looking in the current search path:\n");
for (s = fs_searchpaths; s; s = s->next) {
if (s->pack) {
Com_Printf ("%s (%i files)\n", s->pack->pakFilename, s->pack->numfiles);