mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 08:28:39 +00:00
fix #134, pretty eta
This commit is contained in:
parent
7f8fca451d
commit
5f4d5efa17
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ def deluge_int(val):
|
||||||
def ftime(val):
|
def ftime(val):
|
||||||
if val <= 0:
|
if val <= 0:
|
||||||
return _("∞")
|
return _("∞")
|
||||||
return val
|
return common.ftime(val)
|
||||||
|
|
||||||
template.Template.globals.update({
|
template.Template.globals.update({
|
||||||
'sort_head': template_sort_head,
|
'sort_head': template_sort_head,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue