mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Actually fix typo
This commit is contained in:
parent
f45f0a081b
commit
f1141b3f07
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ class Core(
|
|||
|
||||
# Initialize gettext
|
||||
if deluge.common.windows_check():
|
||||
locale.set_locale(locale.LC_ALL, '')
|
||||
locale.setlocale(locale.LC_ALL, '')
|
||||
else:
|
||||
locale.setlocale(locale.LC_MESSAGES, '')
|
||||
locale.bindtextdomain("deluge",
|
||||
|
|
Loading…
Add table
Reference in a new issue