[vlc-commits] codec: zvbi: fix confusing variable description
    Francois Cartegnie 
    git at videolan.org
       
    Tue Aug 11 02:35:41 CEST 2015
    
    
  
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Tue Aug 11 02:19:54 2015 +0200| [5a767722310cd76d1f492bea1d65e78da6340da6] | committer: Francois Cartegnie
codec: zvbi: fix confusing variable description
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5a767722310cd76d1f492bea1d65e78da6340da6
---
 modules/codec/zvbi.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/codec/zvbi.c b/modules/codec/zvbi.c
index c87a7cf..07cb0f1 100644
--- a/modules/codec/zvbi.c
+++ b/modules/codec/zvbi.c
@@ -62,8 +62,8 @@ static void Close( vlc_object_t * );
 #define PAGE_LONGTEXT N_("Open the indicated Teletext page. " \
         "Default page is index 100")
 
-#define OPAQUE_TEXT N_("Teletext transparency")
-#define OPAQUE_LONGTEXT N_("Setting vbi-opaque to true " \
+#define OPAQUE_TEXT N_("Opacity")
+#define OPAQUE_LONGTEXT N_("Setting to true " \
         "makes the text to be boxed and maybe easier to read." )
 
 #define POS_TEXT N_("Teletext alignment")
    
    
More information about the vlc-commits
mailing list