diff options
author | kraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-12-17 18:28:55 +0000 |
---|---|---|
committer | kraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-12-17 18:28:55 +0000 |
commit | 1c9619e8f2908ccbe5edd17246217d7d1d5c8065 (patch) | |
tree | 4056e1d142121c3457ed002aaf5525c85edbdd47 /help/help_mp-en.h | |
parent | 3e2934d77f7acf35d71f382348d3d661a38f5c65 (diff) | |
download | mpv-1c9619e8f2908ccbe5edd17246217d7d1d5c8065.tar.bz2 mpv-1c9619e8f2908ccbe5edd17246217d7d1d5c8065.tar.xz |
make messages for success/failure of setting dvd-speed more clear
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21655 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help/help_mp-en.h')
-rw-r--r-- | help/help_mp-en.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h index 2886447516..2e8ecb846a 100644 --- a/help/help_mp-en.h +++ b/help/help_mp-en.h @@ -542,8 +542,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 "Failed.\n" -#define MSGTR_DVDlimitOk "Ok.\n" +#define MSGTR_DVDlimitFail "Limiting DVD speed failed.\n" +#define MSGTR_DVDlimitOk "Limiting DVD speed 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" |