mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
7b545bbee6
commit
e3c39a8423
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue