Browse Source

Fix language code for Greek

doc-issue-template
MrS0m30n3 8 years ago
parent
commit
0c229e2fea
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl_gui/optionsframe.py

2
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")),

Loading…
Cancel
Save