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