From 0c229e2fea17e5320d042e08a2bfb83c51cb4e7f Mon Sep 17 00:00:00 2001 From: MrS0m30n3 Date: Mon, 14 Nov 2016 16:24:51 +0200 Subject: [PATCH] Fix language code for Greek --- youtube_dl_gui/optionsframe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl_gui/optionsframe.py b/youtube_dl_gui/optionsframe.py index 6d91e1e..cace2d0 100644 --- a/youtube_dl_gui/optionsframe.py +++ b/youtube_dl_gui/optionsframe.py @@ -495,7 +495,7 @@ class DownloadsTab(TabPanel): SUBS_LANG = twodict([ ("en", _("English")), - ("gr", _("Greek")), + ("el", _("Greek")), ("pt", _("Portuguese")), ("fr", _("French")), ("it", _("Italian")),