Fixed typo in Speed Limiter plugin.

This commit is contained in:
Alex Dedul 2007-08-14 21:03:07 +00:00
parent 14a57c6d00
commit 274ba7e771
1 changed files with 1 additions and 1 deletions

View File

@ -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):"))