Comment 2 for bug 435133

Revision history for this message
Sebastian Heinlein (glatzor) wrote : Re: Show downloading sizes using byte multiples

The used SizeToStr function should report 1024 as 1K.

            self.set_text(_("Downloaded %sB of %sB "
                            "at %sB/s") % (apt_pkg.SizeToStr(bytes_done),
                                          apt_pkg.SizeToStr(bytes_total),
                                          apt_pkg.SizeToStr(speed)))d)))

Doesn't this work?