]> git.sesse.net Git - vlc/blobdiff - modules/codec/subsdec.c
* Massive spelling corrections.
[vlc] / modules / codec / subsdec.c
index cfdc6dab5ca71cc30452d88fbd1585d412c52e50..ef1fba48d0064c32f82334ded8a051a82fd3e63b 100644 (file)
@@ -95,7 +95,7 @@ static char *ppsz_justification_text[] = {N_("Center"),N_("Left"),N_("Right")};
 #define ENCODING_TEXT N_("Subtitles text encoding")
 #define ENCODING_LONGTEXT N_("Set the encoding used in text subtitles")
 #define ALIGN_TEXT N_("Subtitles justification")
-#define ALIGN_LONGTEXT N_("Set the justification of substitles")
+#define ALIGN_LONGTEXT N_("Set the justification of subtitles")
 
 vlc_module_begin();
     set_description( _("text subtitles decoder") );