changeset 6946:a7547c5673ee

using help_mp-??.h for one message
author jaf
date Wed, 07 Aug 2002 09:08:10 +0000
parents 1b5bad50b21d
children ab1bf337d8b0
files mencoder.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mencoder.c	Wed Aug 07 09:01:13 2002 +0000
+++ b/mencoder.c	Wed Aug 07 09:08:10 2002 +0000
@@ -458,7 +458,7 @@
 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);
   }