[vlc-commits] i18n: typo http -> HTTP

Michał Trzebiatowski git at videolan.org
Tue Dec 5 11:48:47 CET 2017


vlc/vlc-3.0 | branch: master | Michał Trzebiatowski <michtrz at gmail.com> | Mon Dec  4 01:12:53 2017 +0100| [6ccf6b44cd42e8fb37457e6d57b709bfb436653b] | committer: Jean-Baptiste Kempf

i18n: typo http -> HTTP

Signed-off-by: Michał Trzebiatowski <michtrz at gmail.com>
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit 0bb5fb9dcd76ef40221c2c5cd18301172eddffc2)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=6ccf6b44cd42e8fb37457e6d57b709bfb436653b
---

 modules/demux/adaptive/adaptive.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/demux/adaptive/adaptive.cpp b/modules/demux/adaptive/adaptive.cpp
index 4b4792cf8e..05dea53c14 100644
--- a/modules/demux/adaptive/adaptive.cpp
+++ b/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,



More information about the vlc-commits mailing list