summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-17 11:18:55 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-17 11:18:55 +0000
commite3c39a8423e1dd02f3d3d5a74fc707956e8f3e18 (patch)
tree41c3d83783d6de29ad3a81264caff02413c37e26 /help
parent7b545bbee64469378e4fbfa4b0805cd5459d607f (diff)
downloadmpv-e3c39a8423e1dd02f3d3d5a74fc707956e8f3e18.tar.bz2
mpv-e3c39a8423e1dd02f3d3d5a74fc707956e8f3e18.tar.xz
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
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h2
1 files changed, 1 insertions, 1 deletions
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"