mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-11 02:48:39 +00:00
Fix typo
This commit is contained in:
parent
ad45c6b658
commit
f45f0a081b
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ class Core(
|
||||||
|
|
||||||
# Initialize gettext
|
# Initialize gettext
|
||||||
if deluge.common.windows_check():
|
if deluge.common.windows_check():
|
||||||
locale.set_localte(locale.LC_ALL, '')
|
locale.set_locale(locale.LC_ALL, '')
|
||||||
else:
|
else:
|
||||||
locale.setlocale(locale.LC_MESSAGES, '')
|
locale.setlocale(locale.LC_MESSAGES, '')
|
||||||
locale.bindtextdomain("deluge",
|
locale.bindtextdomain("deluge",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue