Fix typo
This commit is contained in:
parent
f1141b3f07
commit
c4dedadafe
|
@ -108,7 +108,7 @@ class GtkUI:
|
|||
|
||||
# Initialize gettext
|
||||
if deluge.common.windows_check():
|
||||
locale.set_localte(locale.LC_ALL, '')
|
||||
locale.setlocale(locale.LC_ALL, '')
|
||||
else:
|
||||
locale.setlocale(locale.LC_MESSAGES, '')
|
||||
locale.bindtextdomain("deluge",
|
||||
|
|
Loading…
Reference in New Issue