mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-22 04:24:51 +00:00
fix total_size
This commit is contained in:
parent
cf2c4a50f4
commit
15d39eeb54
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ $fspeed(torrent.download_rate)</td></td></tr>
|
|||
<table>
|
||||
|
||||
<tr><td class="info_label">$_('Total Size'):</td>
|
||||
<td class="info_value">$fspeed(torrent.total_size)</td></tr>
|
||||
<td class="info_value">$fsize(torrent.total_size)</td></tr>
|
||||
|
||||
<tr><td class="info_label">$_('# Of Files'):</td>
|
||||
<td class="info_value">$torrent.num_files</td></tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue