From cdd2955fbd7f59b721bbcd1df003ebb7072a8a9a Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Thu, 9 Aug 2007 07:05:38 +0000 Subject: [PATCH] call me mr consistancy --- plugins/AlltimeStats/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/AlltimeStats/__init__.py b/plugins/AlltimeStats/__init__.py index 3a6a68eea..5228880ef 100644 --- a/plugins/AlltimeStats/__init__.py +++ b/plugins/AlltimeStats/__init__.py @@ -133,8 +133,8 @@ class AlltimeStats: 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' % ( _("Uptime"), common.ftime(ses_uptime), - _("Alltime Downloaded"), common.fsize(downloaded), - _("Alltime Uploaded"), common.fsize(uploaded), - _("Alltime Ratio"), ratio, + _("All-time Downloaded"), common.fsize(downloaded), + _("All-time Uploaded"), common.fsize(uploaded), + _("All-time Ratio"), ratio, _("Torrents completed"), str(self.finished), - _("Alltime Uptime"), common.ftime(uptime)) + _("All-time Uptime"), common.ftime(uptime))