]> git.sesse.net Git - vlc/blobdiff - modules/demux/rawaud.c
No full point at end of configuration item short text
[vlc] / modules / demux / rawaud.c
index f8f528916e5c719a541a384c7240fc3b7ef2aec2..b5a270b05384cdc403c7e85b02af5f968cc70da7 100644 (file)
@@ -50,7 +50,7 @@ static void Close( vlc_object_t * );
 #define FOURCC_LONGTEXT N_( \
     "FOURCC code of the raw input format. This is a four character string." )
 
-#define LANG_TEXT N_("Forces the audio language.")
+#define LANG_TEXT N_("Forces the audio language")
 #define LANG_LONGTEXT N_("Forces the audio language for the output mux. Three letter ISO639 code. Default is 'eng'. ")
 
 #ifdef WORDS_BIGENDIAN