[vlc-commits] ChromeCast: missing "."
Jean-Baptiste Kempf
git at videolan.org
Thu Jan 25 18:53:39 CET 2018
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jan 25 18:53:25 2018 +0100| [ba3870d624a862dddf3dabdf989f8f1a6c634ae3] | committer: Jean-Baptiste Kempf
ChromeCast: missing "."
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ba3870d624a862dddf3dabdf989f8f1a6c634ae3
---
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 624ec1a5eb..589a82ec58 100644
--- a/modules/stream_out/chromecast/cast.cpp
+++ b/modules/stream_out/chromecast/cast.cpp
@@ -125,7 +125,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