mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Fixed typo in Speed Limiter plugin.
This commit is contained in:
parent
14a57c6d00
commit
274ba7e771
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ class DesiredSpeed:
|
|||
value = -1
|
||||
|
||||
if value == _("Other..."):
|
||||
dialog_glade = gtk.glade.XML(deluge.common.get_glade_file("dgtkpopdowns.glade"))
|
||||
dialog_glade = gtk.glade.XML(deluge.common.get_glade_file("dgtkpopups.glade"))
|
||||
speed_dialog = dialog_glade.get_widget("speed_dialog")
|
||||
spin_title = dialog_glade.get_widget("spin_title")
|
||||
spin_title.set_text(_("Torrent Download Speed (KiB/s):"))
|
||||
|
|
Loading…
Add table
Reference in a new issue