summaryrefslogtreecommitdiffstats
path: root/help/help_mp-en.h
diff options
context:
space:
mode:
authorkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-09 19:57:56 +0000
committerkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-09 19:57:56 +0000
commitca6bb8af93efe23f5367a5638de01f3b0e229037 (patch)
treec5e0f32a84dbf760af93400d770371890ce5ce75 /help/help_mp-en.h
parentd091c1165be625911469121aacaa9278282e625a (diff)
downloadmpv-ca6bb8af93efe23f5367a5638de01f3b0e229037.tar.bz2
mpv-ca6bb8af93efe23f5367a5638de01f3b0e229037.tar.xz
only output fail/success message, this was wrong from the beginning
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22185 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help/help_mp-en.h')
-rw-r--r--help/help_mp-en.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index f16c871b72..dd585c0ee6 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -541,8 +541,8 @@ static char help_text[]=
#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"