]> git.sesse.net Git - vlc/commitdiff
subtitles: make the default character set value explicit
authorRémi Denis-Courmont <remi@remlab.net>
Fri, 25 Jun 2010 04:45:23 +0000 (07:45 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Fri, 25 Jun 2010 04:45:23 +0000 (07:45 +0300)
modules/codec/subtitles/subsdec.c

index 7f5e4c41bb1b476f883c41df076ea673d1af931e..f32849f4ab113b3adfd64334e1cbeb2392a66762 100644 (file)
@@ -94,7 +94,11 @@ static const char *const ppsz_encodings[] = {
 };
 
 static const char *const ppsz_encoding_names[] = {
-    N_("Auto"),
+    /* xgettext:
+      The character encoding name in parenthesis corresponds to that used for
+      the GetACP translation. "Windows-1252" applies to Western European
+      languages using the Latin alphabet. */
+    N_("Default (Windows-1252)"),
     N_("Universal (UTF-8)"),
     N_("Universal (UTF-16)"),
     N_("Universal (big endian UTF-16)"),