[vlc-commits] ChromeCast: missing "."
Jean-Baptiste Kempf
git at videolan.org
Thu Jan 25 19:03:20 CET 2018
vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jan 25 18:53:25 2018 +0100| [45c87a894c7c01b150824e8452a692ebaad635e7] | committer: Jean-Baptiste Kempf
ChromeCast: missing "."
(cherry picked from commit ba3870d624a862dddf3dabdf989f8f1a6c634ae3)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=45c87a894c7c01b150824e8452a692ebaad635e7
---
modules/stream_out/chromecast/cast.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/stream_out/chromecast/cast.cpp b/modules/stream_out/chromecast/cast.cpp
index f49cfd88be..153153c4c4 100644
--- a/modules/stream_out/chromecast/cast.cpp
+++ b/modules/stream_out/chromecast/cast.cpp
@@ -121,7 +121,7 @@ static const char *const ppsz_sout_options[] = {
#define PERF_TEXT N_( "Performance warning" )
#define PERF_LONGTEXT N_( "Display a performance warning when transcoding" )
#define AUDIO_PASSTHROUGH_TEXT N_( "Enable Audio passthrough" )
-#define AUDIO_PASSTHROUGH_LONGTEXT N_( "Disable if your receiver does not support Dolby®" )
+#define AUDIO_PASSTHROUGH_LONGTEXT N_( "Disable if your receiver does not support Dolby®." )
enum {
CONVERSION_QUALITY_HIGH = 0,
More information about the vlc-commits
mailing list