]> git.sesse.net Git - vlc/blobdiff - modules/codec/subsdec.c
* initial Turkish translation by Adem Gunes <xleopar@yahoo.com> (839 translated messages)
[vlc] / modules / codec / subsdec.c
index 07fa17e48f2de3876ce0626afd87eda0547785c1..4c17f8f304a2f1cb7eaf1c20cb7f48a51b6dbb5e 100644 (file)
@@ -89,14 +89,15 @@ static char *ppsz_justification_text[] = {N_("Center"),N_("Left"),N_("Right")};
 #define ALIGN_LONGTEXT N_("Set the justification of subtitles")
 
 vlc_module_begin();
-    set_description( _("text subtitles decoder") );
+    set_shortname( _("Subtitles"));
+    set_description( _("Text subtitles decoder") );
     set_capability( "decoder", 50 );
     set_callbacks( OpenDecoder, CloseDecoder );
     set_category( CAT_INPUT );
     set_subcategory( SUBCAT_INPUT_SCODEC );
 
     add_integer( "subsdec-align", 0, NULL, ALIGN_TEXT, ALIGN_LONGTEXT,
-                 VLC_TRUE );
+                 VLC_FALSE );
         change_integer_list( pi_justification, ppsz_justification_text, 0 );
     add_string( "subsdec-encoding", DEFAULT_NAME, NULL,
                 ENCODING_TEXT, ENCODING_LONGTEXT, VLC_FALSE );