call me mr consistancy
This commit is contained in:
parent
301d5037cb
commit
cdd2955fbd
|
@ -133,8 +133,8 @@ class AlltimeStats:
|
||||||
ratio = "%.3f" % float(float(uploaded)/float(downloaded))
|
ratio = "%.3f" % float(float(uploaded)/float(downloaded))
|
||||||
self.tray_message = '%s: %s\n\n%s: %s\n%s: %s\n%s: %s\n%s: %s\n%s: %s' % (
|
self.tray_message = '%s: %s\n\n%s: %s\n%s: %s\n%s: %s\n%s: %s\n%s: %s' % (
|
||||||
_("Uptime"), common.ftime(ses_uptime),
|
_("Uptime"), common.ftime(ses_uptime),
|
||||||
_("Alltime Downloaded"), common.fsize(downloaded),
|
_("All-time Downloaded"), common.fsize(downloaded),
|
||||||
_("Alltime Uploaded"), common.fsize(uploaded),
|
_("All-time Uploaded"), common.fsize(uploaded),
|
||||||
_("Alltime Ratio"), ratio,
|
_("All-time Ratio"), ratio,
|
||||||
_("Torrents completed"), str(self.finished),
|
_("Torrents completed"), str(self.finished),
|
||||||
_("Alltime Uptime"), common.ftime(uptime))
|
_("All-time Uptime"), common.ftime(uptime))
|
||||||
|
|
Loading…
Reference in New Issue