1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-24 15:52:25 +00:00

2 typos fixed

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1977 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2001-09-26 23:57:41 +00:00
parent a8ee1ac09f
commit 8e3af7fc27

View File

@ -117,7 +117,7 @@ static char help_text[]=
#define MSGTR_DVDnumChapters "There are %d chapters in this DVD title.\n"
#define MSGTR_DVDinvalidChapter "Invalid DVD chapter number: %d\n"
#define MSGTR_DVDnumAngles "There are %d angles in this DVD title.\n"
#define MSGTR_DVDinvaludAngle "Invalid DVD angle number: %d\n"
#define MSGTR_DVDinvalidAngle "Invalid DVD angle number: %d\n"
#define MSGTR_DVDnoIFO "Can't open the IFO file for DVD title %d.\n"
#define MSGTR_DVDnoVOBs "Can't open title VOBS (VTS_%02d_1.VOB).\n"
#define MSGTR_DVDopenOk "DVD successfully opened!\n"
@ -149,7 +149,7 @@ static char help_text[]=
#define MSGTR_NI_Message "%s NON-INTERLEAVED AVI file-format!\n"
#define MSGTR_UsingNINI "Using NON-INTERLEAVED Broken AVI file-format!\n"
#define MSGTR_CouldntDetFNo "Couldn't determine number of frames (for absoulte seek) \n"
#define MSGTR_CouldntDetFNo "Couldn't determine number of frames (for absolute seek) \n"
#define MSGTR_CantSeekRawAVI "Can't seek in raw .AVI streams! (index required, try with the -idx switch!) \n"
#define MSGTR_CantSeekFile "Can't seek in this file! \n"