[or-cvs] r23122: {arm} change: trimmed last couple letters off downloaded/uploaded (arm/trunk/src/interface/graphing)

Damian Johnson atagar1 at gmail.com
Fri Sep 3 16:31:46 UTC 2010


Author: atagar
Date: 2010-09-03 16:31:46 +0000 (Fri, 03 Sep 2010)
New Revision: 23122

Modified:
   arm/trunk/src/interface/graphing/bandwidthStats.py
Log:
change: trimmed last couple letters off downloaded/uploaded labels (requested by asn)



Modified: arm/trunk/src/interface/graphing/bandwidthStats.py
===================================================================
--- arm/trunk/src/interface/graphing/bandwidthStats.py	2010-09-03 11:14:48 UTC (rev 23121)
+++ arm/trunk/src/interface/graphing/bandwidthStats.py	2010-09-03 16:31:46 UTC (rev 23122)
@@ -244,7 +244,7 @@
         else: return label
   
   def getHeaderLabel(self, width, isPrimary):
-    graphType = "Downloaded" if isPrimary else "Uploaded"
+    graphType = "Download" if isPrimary else "Upload"
     stats = [""]
     
     # if wide then avg and total are part of the header, otherwise they're on



More information about the tor-commits mailing list