[vlc-commits] macosx: fix typo for Mexican in language list

David Fuhrmann git at videolan.org
Thu May 23 07:25:53 CEST 2019


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Thu May 23 07:25:27 2019 +0200| [309295c46480158f4e747a9c65168142373c09ed] | committer: David Fuhrmann

macosx: fix typo for Mexican in language list

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=309295c46480158f4e747a9c65168142373c09ed
---

 modules/gui/macosx/preferences/VLCSimplePrefsController.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/macosx/preferences/VLCSimplePrefsController.m b/modules/gui/macosx/preferences/VLCSimplePrefsController.m
index 0b6931587f..3884f7f05e 100644
--- a/modules/gui/macosx/preferences/VLCSimplePrefsController.m
+++ b/modules/gui/macosx/preferences/VLCSimplePrefsController.m
@@ -110,7 +110,7 @@ static struct {
     { "sk",    "Slovensky",             NO },
     { "sl",    "slovenščina",           NO },
     { "es",    "Español",               NO },
-    { "es",    "Español Mexicano",      NO },
+    { "es_MX", "Español Mexicano",      NO },
     { "sv",    "Svenska",               NO },
     { "th",    "ภาษาไทย",               NO },
     { "tr",    "Türkçe",                NO },



More information about the vlc-commits mailing list