fix total_size

This commit is contained in:
Marcos Pinto 2007-10-29 23:41:44 +00:00
parent cf2c4a50f4
commit 15d39eeb54

View file

@ -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>