[vlc-commits] qt: fix typo for Mexican in language list
David Fuhrmann
git at videolan.org
Thu May 23 07:26:24 CEST 2019
vlc/vlc-3.0 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Thu May 23 07:24:41 2019 +0200| [3042dcc569f6cf6034b03c6a761f79170466a28a] | committer: David Fuhrmann
qt: fix typo for Mexican in language list
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=3042dcc569f6cf6034b03c6a761f79170466a28a
---
modules/gui/qt/components/simple_preferences.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt/components/simple_preferences.cpp b/modules/gui/qt/components/simple_preferences.cpp
index f13cb49a96..8d27260fda 100644
--- a/modules/gui/qt/components/simple_preferences.cpp
+++ b/modules/gui/qt/components/simple_preferences.cpp
@@ -123,7 +123,7 @@ static struct {
{ "sk", "Slovensky" },
{ "sl", "slovenščina" },
{ "es", "Español" },
- { "es", "Español Mexicano" },
+ { "es_MX", "Español Mexicano" },
{ "sv", "Svenska" },
{ "th", "ภาษาไทย" },
{ "tr", "Türkçe" },
More information about the vlc-commits
mailing list