[Mplayer-cvslog] CVS: main/help help_mp-en.h,1.104,1.105
Diego Biurrun CVS
diego at mplayerhq.hu
Mon Jul 14 19:12:29 CEST 2003
Update of /cvsroot/mplayer/main/help
In directory mail:/var/tmp.root/cvs-serv11527/help
Modified Files:
help_mp-en.h
Log Message:
Pause message shortened to not be longer than the audio file status line.
Inspired by a patch from Alex Sisson <alex_sisson at yahoo.co.uk>.
Index: help_mp-en.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-en.h,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- help_mp-en.h 13 Jul 2003 15:39:51 -0000 1.104
+++ help_mp-en.h 14 Jul 2003 17:12:06 -0000 1.105
@@ -137,7 +137,7 @@
#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"\
More information about the MPlayer-cvslog
mailing list