From 87e0bf6eaf1dda4480529548582285d7a8c67c67 Mon Sep 17 00:00:00 2001 From: "Zachary J. Slater" Date: Fri, 28 Aug 2015 18:19:29 -0700 Subject: [PATCH] Better language, less tense --- code/qcommon/files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/qcommon/files.c b/code/qcommon/files.c index 20f1e71b..d89d8fbd 100644 --- a/code/qcommon/files.c +++ b/code/qcommon/files.c @@ -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);