summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mencoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mencoder.c b/mencoder.c
index e69229f33d..533cac1ccf 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -458,7 +458,7 @@ sh_audio=d_audio->sh;
sh_video=d_video->sh;
if(!video_read_properties(sh_video)){
- printf("Couldn't read video properties\n");
+ printf(MSGTR_CannotReadVideoPropertiers);
mencoder_exit(1,NULL);
}