From 15d39eeb5429bb6acec310b25f16b9cdea0bd77b Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Mon, 29 Oct 2007 23:41:44 +0000 Subject: [PATCH] fix total_size --- plugins/WebUi/templates/deluge/torrent_info.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/WebUi/templates/deluge/torrent_info.html b/plugins/WebUi/templates/deluge/torrent_info.html index 663d26c87..262208367 100644 --- a/plugins/WebUi/templates/deluge/torrent_info.html +++ b/plugins/WebUi/templates/deluge/torrent_info.html @@ -56,7 +56,7 @@ $fspeed(torrent.download_rate) - +
$_('Total Size'):$fspeed(torrent.total_size)
$fsize(torrent.total_size)
$_('# Of Files'): $torrent.num_files