[vlc-commits] sout: renderer: rephrase option
Thomas Guillem
git at videolan.org
Thu Jan 10 17:14:11 CET 2019
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Jan 10 15:32:06 2019 +0100| [d236ef4f3c251d0838d54c7c7f6e2319cd1036eb] | committer: Thomas Guillem
sout: renderer: rephrase option
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d236ef4f3c251d0838d54c7c7f6e2319cd1036eb
---
modules/stream_out/renderer_common.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/stream_out/renderer_common.hpp b/modules/stream_out/renderer_common.hpp
index 7a440a6674..808aa76ffb 100644
--- a/modules/stream_out/renderer_common.hpp
+++ b/modules/stream_out/renderer_common.hpp
@@ -37,7 +37,7 @@
#define AUDIO_PASSTHROUGH_TEXT N_( "Enable Audio passthrough" )
#define AUDIO_PASSTHROUGH_LONGTEXT N_( "Disable if your receiver does not support Dolby®." )
#define CONVERSION_QUALITY_TEXT N_( "Conversion quality" )
-#define CONVERSION_QUALITY_LONGTEXT N_( "Change this option to increase conversion speed or quality." )
+#define CONVERSION_QUALITY_LONGTEXT N_( "Change conversion speed or quality." )
#if defined (__ANDROID__) || defined (__arm__) || (defined (TARGET_OS_IPHONE) && TARGET_OS_IPHONE)
# define CONVERSION_QUALITY_DEFAULT CONVERSION_QUALITY_LOW
More information about the vlc-commits
mailing list