Mercurial > mplayer.hg
changeset 22167:8eddcfb3d4f9
only output fail/success message, this was wrong from the beginning
author | kraymer |
---|---|
date | Fri, 09 Feb 2007 19:57:56 +0000 |
parents | 68dceb30bbcf |
children | 2926c8f062cb |
files | help/help_mp-en.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/help/help_mp-en.h Fri Feb 09 19:49:31 2007 +0000 +++ b/help/help_mp-en.h Fri Feb 09 19:57:56 2007 +0000 @@ -541,8 +541,8 @@ #define MSGTR_DVDspeedCantOpen "Couldn't open DVD device for writing, changing DVD speed needs write access.\n" #define MSGTR_DVDrestoreSpeed "Restoring DVD speed... " #define MSGTR_DVDlimitSpeed "Limiting DVD speed to %dKB/s... " -#define MSGTR_DVDlimitFail "Limiting DVD speed failed.\n" -#define MSGTR_DVDlimitOk "Limiting DVD speed successful.\n" +#define MSGTR_DVDlimitFail "failed\n" +#define MSGTR_DVDlimitOk "successful\n" #define MSGTR_NoDVDSupport "MPlayer was compiled without DVD support, exiting.\n" #define MSGTR_DVDnumTitles "There are %d titles on this DVD.\n" #define MSGTR_DVDinvalidTitle "Invalid DVD title number: %d\n"