summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-28 12:17:50 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-28 12:17:50 +0000
commitbb98df04568d08d07bde9857c94aa3d5cf726b3a (patch)
treea03b2a6fbd260d3263b2a20c7aec0ec73c21019f /help
parent47a1e4d919c564e74268a999eb34ed4e9d88155c (diff)
downloadmpv-bb98df04568d08d07bde9857c94aa3d5cf726b3a.tar.bz2
mpv-bb98df04568d08d07bde9857c94aa3d5cf726b3a.tar.xz
automatic loading of af_volume, original patch by Dan Christiansen (danchr (at) daimi (dot) au (dot) dk)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12909 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 3b4c235155..d35ce46416 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -368,7 +368,8 @@ static char help_text[]=
// x11_common.c
#define MSGTR_EwmhFullscreenStateFailed "\nX11: Couldn't send EWMH fullscreen Event!\n"
-#define MSGTR_NeedAfVolume "Mixer: This audio output driver needs \"-af volume\" for changing volume.\n"
+#define MSGTR_InsertingAfVolume "[Mixer] No hardware mixing, inserting volume filter.\n"
+#define MSGTR_NoVolume "[Mixer] No volume control available.\n"
// ====================== GUI messages/buttons ========================