mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 13:56:47 +00:00
bringing infinity back (timberlake style)
This commit is contained in:
parent
c642991d9f
commit
3ef9e9a3c6
@ -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…
x
Reference in New Issue
Block a user