mirror of https://github.com/mpv-player/mpv
Fixed PAUSED message (it was too long :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10847 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c80808b5a3
commit
1879e4e9f7
|
@ -129,7 +129,7 @@ static char help_text[]=
|
|||
#define MSGTR_AOComment "AO: ëÏÍÍÅÎÔÁÒÉÊ: %s\n"
|
||||
#define MSGTR_Video_NoVideo "÷ÉÄÅÏ: ÎÅÔ ×ÉÄÅÏ\n"
|
||||
#define MSGTR_NotInitializeVOPorVO "\nFATAL: îÅ ÍÏÇÕ ÉÎÉÃÉÁÌÉÚÉÒÏ×ÁÔØ ×ÉÄÅÏ ÆÉÌØÔÒÙ (-vop) ÉÌÉ ×ÉÄÅÏ ×Ù×ÏÄ (-vo).\n"
|
||||
#define MSGTR_Paused "\n ===== ðòéïóôáîï÷ìåîï =====\r" // no more than 23 characters (status line for audio files)
|
||||
#define MSGTR_Paused "\n====ðòéïóôáîï÷ìåîï====\r" // no more than 23 characters (status line for audio files)
|
||||
#define MSGTR_PlaylistLoadUnable "\nîÅ ÍÏÇÕ ÚÁÇÒÕÚÉÔØ playlist %s.\n"
|
||||
#define MSGTR_Exit_SIGILL_RTCpuSel \
|
||||
"- MPlayer ÓÌÏÍÁÌÓÑ ÉÚ-ÚÁ 'îÅÐÒÁ×ÉÌØÎÏÊ ÉÎÓÔÒÕËÃÉÉ'.\n"\
|
||||
|
|
Loading…
Reference in New Issue