diff options
-rw-r--r-- | src/game/bg_voice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/bg_voice.c b/src/game/bg_voice.c index 15a9d86b..7f4f4ae5 100644 --- a/src/game/bg_voice.c +++ b/src/game/bg_voice.c @@ -110,7 +110,7 @@ static voice_t *BG_VoiceList( void ) if( !trap_FS_FOpenFile( va( "voice/%s", filePtr ), NULL, FS_READ ) ) { Com_Printf( S_COLOR_YELLOW "WARNING: BG_VoiceList(): detected " - " an invalid .voice file \"%s\" in directory listing. You have " + "an invalid .voice file \"%s\" in directory listing. You have " "probably named one or more .voice files with outrageously long " "names. gjbs", filePtr ); break; |