summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-08 07:02:43 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-08 07:02:43 +0000
commit09621fb285aa955ade265bd157c01342d8bd8559 (patch)
treea458b1f6d0ab8cba8c6e3a402aab7451d625fb00 /help
parent7e5c903723a0a172a0fce28d0b0f50c8605ddc2e (diff)
downloadmpv-09621fb285aa955ade265bd157c01342d8bd8559.tar.bz2
mpv-09621fb285aa955ade265bd157c01342d8bd8559.tar.xz
Adding ability to check allowed frequency range.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20774 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 63cd5e98e0..62fbadbe2e 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -1846,6 +1846,7 @@ static char help_text[]=
// stream/stream_radio.c
#define MSGTR_RADIO_ChannelNamesDetected "[radio] Radio channel names detected.\n"
+#define MSGTR_RADIO_FreqRange "[radio] Allowable frequency range is %.2f-%.2f MHz\n"
#define MSGTR_RADIO_WrongFreqForChannel "[radio] Wrong frequency for channel %s\n"
#define MSGTR_RADIO_WrongChannelNumberFloat "[radio] Wrong channel number: %.2f\n"
#define MSGTR_RADIO_WrongChannelNumberInt "[radio] Wrong channel number: %d\n"