]> git.sesse.net Git - vlc/commitdiff
* another minor fix
authorFelix Paul Kühne <fkuehne@videolan.org>
Thu, 2 Jun 2005 17:16:34 +0000 (17:16 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Thu, 2 Jun 2005 17:16:34 +0000 (17:16 +0000)
src/libvlc.h

index da3f0c70362f173384e2560c1d6beedabea69c1c..c941da5a25340ea0df68e429eb99d5315e07db0c 100644 (file)
@@ -324,14 +324,14 @@ static char *ppsz_clock_descriptions[] =
 #define INPUT_PROGRAM_LONGTEXT N_( \
     "Choose the program to select by giving its Service ID.\n" \
     "Only use this option if you want to read a multi-program stream " \
-    "(like DVB streams for example)" )
+    "(like DVB streams for example)." )
 
 #define INPUT_PROGRAMS_TEXT N_("Choose programs")
 #define INPUT_PROGRAMS_LONGTEXT N_( \
     "Choose the programs to select by giving a comma-separated list of " \
     "SIDs.\n" \
     "Only use this option if you want to read a multi-program stream " \
-    "(like DVB streams for example)" )
+    "(like DVB streams for example)." )
 
 #define INPUT_AUDIOTRACK_TEXT N_("Choose audio track")
 #define INPUT_AUDIOTRACK_LONGTEXT N_( \