summaryrefslogtreecommitdiff
path: root/src/audio
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio')
-rw-r--r--src/audio/sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/sound.c b/src/audio/sound.c
index 72d1584..0c6b342 100644
--- a/src/audio/sound.c
+++ b/src/audio/sound.c
@@ -50,7 +50,7 @@ static Mix_Chunk* loadMixSound(char *file)
char str[STR_PATH_SIZE];
#ifdef DEBUG
- printf("Loading sound file: %s\n", file);
+ printf(_("Loading sound file: %s\n"), file);
#endif
sprintf(str, PATH_SOUND "%s", file);
accessExistFile(str);