Browse Source

i18n: typo http -> HTTP

Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
pull/62/head
Michał Trzebiatowski 8 years ago
committed by Jean-Baptiste Kempf
parent
commit
0bb5fb9dcd
  1. 2
      modules/demux/adaptive/adaptive.cpp

2
modules/demux/adaptive/adaptive.cpp

@ -74,7 +74,7 @@ static void Close (vlc_object_t *);
#define ADAPT_LOGIC_TEXT N_("Adaptive Logic")
#define ADAPT_ACCESS_TEXT N_("Use regular HTTP modules")
#define ADAPT_ACCESS_LONGTEXT N_("Connect using http access instead of custom http code")
#define ADAPT_ACCESS_LONGTEXT N_("Connect using HTTP access instead of custom HTTP code")
static const AbstractAdaptationLogic::LogicType pi_logics[] = {
AbstractAdaptationLogic::Default,

Loading…
Cancel
Save