1
mirror of https://github.com/mpv-player/mpv synced 2024-10-18 10:25:02 +02: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:
diego 2003-07-14 17:12:06 +00:00
parent c06dce41e9
commit a280f5ea1a

View File

@ -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"\