mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +00:00
Better language, less tense
This commit is contained in:
parent
11a65db8bb
commit
87e0bf6eaf
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue