WebBrowser/Download/DownloadUtilities.py

changeset 6891
93f82da09f22
parent 6645
ad476851d7e0
equal deleted inserted replaced
6890:26c1042f2eec 6891:93f82da09f22
88 88
89 speed /= 1024 # GB 89 speed /= 1024 # GB
90 if speed < 1024: 90 if speed < 1024:
91 return QCoreApplication.translate( 91 return QCoreApplication.translate(
92 "DownloadUtilities", "{0:.2f} GiB/s").format(speed) 92 "DownloadUtilities", "{0:.2f} GiB/s").format(speed)
93
94 return ""

eric ide

mercurial