[vlc-commits] CC: fix typo
Jean-Baptiste Kempf
git at videolan.org
Thu Jan 25 18:50:57 CET 2018
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jan 25 18:50:51 2018 +0100| [d1afa43cbc00d3b9c5452774d975d5bb9f42bc8b] | committer: Jean-Baptiste Kempf
CC: fix typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d1afa43cbc00d3b9c5452774d975d5bb9f42bc8b
---
modules/stream_out/chromecast/cast.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/stream_out/chromecast/cast.cpp b/modules/stream_out/chromecast/cast.cpp
index 9496c4eae7..624ec1a5eb 100644
--- a/modules/stream_out/chromecast/cast.cpp
+++ b/modules/stream_out/chromecast/cast.cpp
@@ -147,10 +147,10 @@ static const int conversion_quality_list[] = {
CONVERSION_QUALITY_LOWCPU,
};
static const char *const conversion_quality_list_text[] = {
- N_( "High (high quality and high bandwith)" ),
+ N_( "High (high quality and high bandwidth)" ),
N_( "Medium (medium quality and medium bandwidth)" ),
- N_( "Low (low quality and low bandwith)" ),
- N_( "Low CPU (low quality but high bandwith)" ),
+ N_( "Low (low quality and low bandwidth)" ),
+ N_( "Low CPU (low quality but high bandwidth)" ),
};
#define CONVERSION_QUALITY_TEXT N_( "Conversion quality" )
More information about the vlc-commits
mailing list