mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-17 22:00:38 -04:00
reorganize, add comment
This commit is contained in:
parent
89aa0d6415
commit
221bb31b68
2 changed files with 12 additions and 11 deletions
|
@ -56,7 +56,7 @@ class Download(object):
|
|||
elapsed = time.time() - self.started
|
||||
if elapsed < 10:
|
||||
# Wait a couple of seconds for the download rate to stabilize.
|
||||
# This prevents an "Windows copy dialog"-esque experience at
|
||||
# This prevents a "Windows copy dialog"-esque experience at
|
||||
# the beginning of the download.
|
||||
pb_fmt = strings._('gui_download_progress_starting').format(
|
||||
helpers.human_readable_filesize(downloaded_bytes))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue