summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-19 21:06:12 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-19 21:06:12 +0000
commit11ff3f51fb78065895be32bfce2856c8092c566a (patch)
tree3a839fc52d54d668d9fd5a0ab6a1735ca8c227e1 /help
parentd4e98555114a4e964d60a62ac12de76be80723a1 (diff)
downloadmpv-11ff3f51fb78065895be32bfce2856c8092c566a.tar.bz2
mpv-11ff3f51fb78065895be32bfce2856c8092c566a.tar.xz
add a newline before the "Playing"... line
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18152 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 5b39944ef8..47149cbf2d 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -109,7 +109,7 @@ static char help_text[]=
#define MSGTR_NoGui "MPlayer was compiled WITHOUT GUI support.\n"
#define MSGTR_GuiNeedsX "MPlayer GUI requires X11.\n"
-#define MSGTR_Playing "Playing %s.\n"
+#define MSGTR_Playing "\nPlaying %s.\n"
#define MSGTR_NoSound "Audio: no sound\n"
#define MSGTR_FPSforced "FPS forced to be %5.3f (ftime: %5.3f).\n"
#define MSGTR_CompiledWithRuntimeDetection "Compiled with runtime CPU detection.\n"