]> git.sesse.net Git - vlc/commitdiff
Fix typo. Close #1865
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 17 Aug 2008 02:40:14 +0000 (19:40 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 17 Aug 2008 02:40:14 +0000 (19:40 -0700)
src/libvlc-module.c

index 855778cf1b36cb63fd882751f22257f718276ced..5cf3c43bebb355cc6cb602a7f0f8142c45db2e03 100644 (file)
@@ -624,7 +624,7 @@ static const char *const ppsz_clock_descriptions[] =
 #define INPUT_SUBTRACK_LANG_TEXT N_("Subtitle language")
 #define INPUT_SUBTRACK_LANG_LONGTEXT N_( \
     "Language of the subtitle track you want to use " \
-    "(comma separated, two or tree letter country code).")
+    "(comma separated, two or three letters country code).")
 
 /// \todo Document how to find it
 #define INPUT_AUDIOTRACK_ID_TEXT N_("Audio track ID")