diff stream/stream_bluray.c @ 33827:277ec491a8a7

Do not translate console messages of verbosity level MSGL_V and above.
author diego
date Sun, 24 Jul 2011 23:55:34 +0000
parents 4189a8951568
children 422eb76aee70
line wrap: on
line diff
--- a/stream/stream_bluray.c	Sun Jul 24 23:55:26 2011 +0000
+++ b/stream/stream_bluray.c	Sun Jul 24 23:55:34 2011 +0000
@@ -329,7 +329,7 @@
     s->type        = STREAMTYPE_BLURAY;
     s->url         = strdup("br://");
 
-    mp_msg(MSGT_OPEN, MSGL_V, MSGTR_BlurayOK);
+    mp_msg(MSGT_OPEN, MSGL_V, "Blu-ray successfully opened.\n");
 
     return STREAM_OK;
 }