From e3c39a8423e1dd02f3d3d5a74fc707956e8f3e18 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 17 Sep 2004 11:18:55 +0000 Subject: [PATCH] Made the wording of MSGTR_EdlCantOpenForWrite and MSGTR_EdlCantOpenForWrite identical for consistency. Also German translation is easier this way. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13363 b3059339-0415-0410-9bf9-f77b7e298cf2 --- help/help_mp-en.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help/help_mp-en.h b/help/help_mp-en.h index a7b7fe9ffe..afd08c168a 100644 --- a/help/help_mp-en.h +++ b/help/help_mp-en.h @@ -163,7 +163,7 @@ static char help_text[]= #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"