diff options
author | voroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-09 15:27:46 +0000 |
---|---|---|
committer | voroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-09 15:27:46 +0000 |
commit | a90135fc967393d09c4bef38a7abc30864174d48 (patch) | |
tree | 79cf1715d7f17dbf1fe5b9c3658836cdbcc9fe4e | |
parent | d8e77e15313bc50be075c8a5b9a7dd8476506430 (diff) |
r20817: add full stop at end of sentence
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20818 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | help/help_mp-ru.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/help/help_mp-ru.h b/help/help_mp-ru.h index da4e8917bc..835c0a73bd 100644 --- a/help/help_mp-ru.h +++ b/help/help_mp-ru.h @@ -2,7 +2,7 @@ // Dmitry Baryshkov <mitya@school.ioffe.ru> // Reworked by: Andrew Savchenko aka Bircoph <Bircoph[at]list[dot]ru> -// Synced with help_mp-en.h: r20739 +// Synced with help_mp-en.h: r20817 // ========================= MPlayer help =========================== @@ -1241,7 +1241,7 @@ static char help_text[]= // stream/stream_radio.c #define MSGTR_RADIO_ChannelNamesDetected "[radio] Обнаружены имена радиостанций.\n" -#define MSGTR_RADIO_FreqRange "[radio] Допустимый диапазон частот: %.2f-%.2f МГц\n" +#define MSGTR_RADIO_FreqRange "[radio] Допустимый диапазон частот: %.2f-%.2f МГц.\n" #define MSGTR_RADIO_WrongFreqForChannel "[radio] Неверная частота для станции %s\n" #define MSGTR_RADIO_WrongChannelNumberFloat "[radio] Неверный номер станции: %.2f\n" #define MSGTR_RADIO_WrongChannelNumberInt "[radio] Неверный номер станции: %d\n" |