[vlc-commits] i18n: missing . at the end of a sentence

Michał Trzebiatowski git at videolan.org
Mon Dec 4 01:34:51 CET 2017


vlc/vlc-3.0 | branch: master | Michał Trzebiatowski <michtrz at gmail.com> | Mon Dec  4 01:33:05 2017 +0100| [9bbfb0e51ee10e0b4a6967b382a0c3bf39a0f893] | committer: Jean-Baptiste Kempf

i18n: missing . at the end of a sentence

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit aacce0f6113123226f2fe66268cac01e7b2c5d61)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 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