mirror of
https://github.com/mpv-player/mpv
synced 2025-02-20 14:56:55 +00:00
Pause message shortened to not be longer than the audio file status line.
Inspired by a patch from Alex Sisson <alex_sisson@yahoo.co.uk>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10434 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c06dce41e9
commit
a280f5ea1a
@ -137,7 +137,7 @@ static char help_text[]=
|
||||
#define MSGTR_AOComment "AO: Comment: %s\n"
|
||||
#define MSGTR_Video_NoVideo "Video: no video\n"
|
||||
#define MSGTR_NotInitializeVOPorVO "\nFATAL: Could not initialize video filters (-vop) or video output (-vo).\n"
|
||||
#define MSGTR_Paused "\n================= PAUSED =================\r"
|
||||
#define MSGTR_Paused "\n ===== PAUSE =====\r" // no more than 23 characters (status line for audio files)
|
||||
#define MSGTR_PlaylistLoadUnable "\nUnable to load playlist %s.\n"
|
||||
#define MSGTR_Exit_SIGILL_RTCpuSel \
|
||||
"- MPlayer crashed by an 'Illegal Instruction'.\n"\
|
||||
|
Loading…
Reference in New Issue
Block a user