mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
bringing infinity back (timberlake style)
This commit is contained in:
parent
c642991d9f
commit
3ef9e9a3c6
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ class DelugeGTK:
|
|||
def time(column, cell, model, iter, data):
|
||||
time = int(model.get_value(iter, data))
|
||||
if time < 0 or time == 0:
|
||||
time_str = _("Done")
|
||||
time_str = _("Infinity")
|
||||
else:
|
||||
time_str = common.ftime(time)
|
||||
cell.set_property('text', time_str)
|
||||
|
|
Loading…
Add table
Reference in a new issue