mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +00:00
yeah...those blank lines are just irrtating me
This commit is contained in:
parent
07e50647ce
commit
0dfb43e2ba
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class AlltimeStats:
|
||||||
ratio = _("Undefined")
|
ratio = _("Undefined")
|
||||||
else:
|
else:
|
||||||
ratio = "%.3f" % float(float(self.uploaded)/float(self.downloaded))
|
ratio = "%.3f" % float(float(self.uploaded)/float(self.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%s: %s\n%s: %s\n%s: %s\n%s: %s\n%s: %s' % (
|
||||||
_("Uptime"), common.ftime(0),
|
_("Uptime"), common.ftime(0),
|
||||||
_("Alltime Downloaded"), common.fsize(self.downloaded),
|
_("Alltime Downloaded"), common.fsize(self.downloaded),
|
||||||
_("Alltime Uploaded"), common.fsize(self.uploaded),
|
_("Alltime Uploaded"), common.fsize(self.uploaded),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue