[vlc-commits] macosx: fix typo for Mexican in language list
David Fuhrmann
git at videolan.org
Thu May 23 07:26:25 CEST 2019
vlc/vlc-3.0 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Thu May 23 07:25:27 2019 +0200| [928c8a600e0dff712479d3b1d6e022bcb2b4252b] | committer: David Fuhrmann
macosx: fix typo for Mexican in language list
(cherry picked from commit 309295c46480158f4e747a9c65168142373c09ed)
Signed-off-by: David Fuhrmann <dfuhrmann at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=928c8a600e0dff712479d3b1d6e022bcb2b4252b
---
modules/gui/macosx/VLCSimplePrefsController.m | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/macosx/VLCSimplePrefsController.m b/modules/gui/macosx/VLCSimplePrefsController.m
index 4aa95d3b61..8f20d5ab3e 100644
--- a/modules/gui/macosx/VLCSimplePrefsController.m
+++ b/modules/gui/macosx/VLCSimplePrefsController.m
@@ -109,7 +109,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