summaryrefslogtreecommitdiffstats
path: root/mp_msg.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-17 12:16:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-17 12:16:42 +0000
commitbc24d6794a80bee313a951ee7418fcaaed5c9a29 (patch)
tree75d0aefb0677419c36f2a489641daa44675719d9 /mp_msg.h
parentd020ef92c5c2cc45738b7b3dc704cb5373bd752e (diff)
downloadmpv-bc24d6794a80bee313a951ee7418fcaaed5c9a29.tar.bz2
mpv-bc24d6794a80bee313a951ee7418fcaaed5c9a29.tar.xz
Translate up to MSGL_STATUS so all normal output is translated.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13366 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp_msg.h')
-rw-r--r--mp_msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp_msg.h b/mp_msg.h
index 368c257e6c..d8c5ce44be 100644
--- a/mp_msg.h
+++ b/mp_msg.h
@@ -6,7 +6,7 @@ extern int verbose; // defined in mplayer.c
// verbosity elevel:
-// stuff from level MSGL_FATAL-MSGL_HINT should be translated.
+// stuff from level MSGL_FATAL-MSGL_STATUS should be translated.
#define MSGL_FATAL 0 // will exit/abort
#define MSGL_ERR 1 // continues