mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Fix typo
This commit is contained in:
parent
f1141b3f07
commit
c4dedadafe
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue