[vlc-commits] i18n: missing . at the end of a sentence
    Michał Trzebiatowski 
    git at videolan.org
       
    Mon Dec  4 01:33:51 CET 2017
    
    
  
vlc | branch: master | Michał Trzebiatowski <michtrz at gmail.com> | Mon Dec  4 01:33:05 2017 +0100| [aacce0f6113123226f2fe66268cac01e7b2c5d61] | committer: Jean-Baptiste Kempf
i18n: missing . at the end of a sentence
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=aacce0f6113123226f2fe66268cac01e7b2c5d61
---
 src/libvlc-module.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index b41d58b3f0..cc816873f7 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -93,7 +93,7 @@ static const char *const ppsz_snap_formats[] =
 
 #define COLOR_TEXT N_("Color messages")
 #define COLOR_LONGTEXT N_( \
-    "This enables colorization of the messages sent to the console " \
+    "This enables colorization of the messages sent to the console. " \
     "Your terminal needs Linux color support for this to work.")
 
 #define ADVANCED_TEXT N_("Show advanced options")
    
    
More information about the vlc-commits
mailing list