summaryrefslogtreecommitdiffstats
path: root/help/help_mp-en.h
diff options
context:
space:
mode:
authorcorey <corey@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-15 21:32:10 +0000
committercorey <corey@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-15 21:32:10 +0000
commita6de87d62667d2b50db7d3e4805c273d4d0241d2 (patch)
treef898d2f5855fc64b4b1dda8775d0644469a5278a /help/help_mp-en.h
parent33f64f9e05aa9b8fab33208af07b3a04a014b109 (diff)
downloadmpv-a6de87d62667d2b50db7d3e4805c273d4d0241d2.tar.bz2
mpv-a6de87d62667d2b50db7d3e4805c273d4d0241d2.tar.xz
Fix up libaf unknown-format printing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17877 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help/help_mp-en.h')
-rw-r--r--help/help_mp-en.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 98d7e7adb7..d51f38ded0 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -1158,9 +1158,9 @@ static char help_text[]=
#define MSGTR_AF_LADSPA_ErrControlBelow "%s: Input control #%d is below lower boundary of %0.4f.\n"
#define MSGTR_AF_LADSPA_ErrControlAbove "%s: Input control #%d is above upper boundary of %0.4f.\n"
-// af_format.c
+// format.c
-#define MSGTR_AF_FORMAT_UnknownSpecial "Unknown special\n"
+#define MSGTR_AF_FORMAT_UnknownFormat "unknown-format "
// ========================== INPUT =========================================