Mercurial > mplayer.hg
changeset 13362:ca2033826d21
Made the wording of MSGTR_EdlCantOpenForWrite and MSGTR_EdlCantOpenForWrite
identical for consistency. Also German translation is easier this way.
author | diego |
---|---|
date | Fri, 17 Sep 2004 11:18:55 +0000 |
parents | c9d84342971f |
children | 43e295a7c05d |
files | help/help_mp-en.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/help/help_mp-en.h Fri Sep 17 10:37:56 2004 +0000 +++ b/help/help_mp-en.h Fri Sep 17 11:18:55 2004 +0000 @@ -163,7 +163,7 @@ #define MSGTR_EdlOutOfMem "Can't allocate enough memory to hold EDL data.\n" #define MSGTR_EdlRecordsNo "Read %d EDL actions.\n" #define MSGTR_EdlQueueEmpty "There are no EDL actions to take care of.\n" -#define MSGTR_EdlCantOpenForWrite "Error opening file [%s] for writing.\n" +#define MSGTR_EdlCantOpenForWrite "Can't open EDL file [%s] for writing.\n" #define MSGTR_EdlCantOpenForRead "Can't open EDL file [%s] for reading.\n" #define MSGTR_EdlNOsh_video "Cannot use EDL without video, disabling.\n" #define MSGTR_EdlNOValidLine "Invalid EDL line: %s\n"