[vlc-commits] Audiobar: add necessary spaces
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Wed Jan  4 01:36:14 CET 2012
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jan  4 01:32:47 2012 +0100| [c53d878a0f633c44b599997965942fd3b54622f9] | committer: Jean-Baptiste Kempf
Audiobar: add necessary spaces
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c53d878a0f633c44b599997965942fd3b54622f9
---
 modules/audio_filter/audiobargraph_a.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/audio_filter/audiobargraph_a.c b/modules/audio_filter/audiobargraph_a.c
index 7236eb3..8c88aa2 100644
--- a/modules/audio_filter/audiobargraph_a.c
+++ b/modules/audio_filter/audiobargraph_a.c
@@ -39,11 +39,11 @@
 
 #define ADDRESS_TEXT N_("TCP address to use (default localhost)")
 #define ADDRESS_LONGTEXT N_("TCP address to use to communicate with the video "\
-                "part of the Bar Graph (default localhost)." \
+                "part of the Bar Graph (default localhost). " \
                 "In the case of bargraph incrustation, use localhost." )
 #define PORT_TEXT N_("TCP port to use (default 12345)")
 #define PORT_LONGTEXT N_("TCP port to use to communicate with the video "\
-                "part of the Bar Graph (default 12345)." \
+                "part of the Bar Graph (default 12345). " \
                 "Use the same port as the one used in the rc interface." )
 #define BARGRAPH_TEXT N_("Defines if BarGraph information should be sent (default 1)")
 #define BARGRAPH_LONGTEXT N_("Defines if BarGraph information should be sent. "\
    
    
More information about the vlc-commits
mailing list