summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-14 17:12:06 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-14 17:12:06 +0000
commita280f5ea1aba8c60cc6cbb7189b67ab256d3815b (patch)
tree3bc815a4b677f6d36492c5e20f4eb0d6ae704f5d /help
parentc06dce41e95259455b5e1f370dc88ca4610070f0 (diff)
downloadmpv-a280f5ea1aba8c60cc6cbb7189b67ab256d3815b.tar.bz2
mpv-a280f5ea1aba8c60cc6cbb7189b67ab256d3815b.tar.xz
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
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 9c2d707e72..74808c983a 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -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"\