Browse Source

CC: fix typo

pull/65/head
Jean-Baptiste Kempf 9 years ago
parent
commit
d1afa43cbc
  1. 6
      modules/stream_out/chromecast/cast.cpp

6
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" )

Loading…
Cancel
Save