From 9da1b82e5a0cadf64843688e6c651f239bb64b6d Mon Sep 17 00:00:00 2001 From: Baccount Date: Fri, 2 Mar 2018 18:45:36 -0800 Subject: [PATCH] Update onionshare_gui.py --- onionshare_gui/onionshare_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onionshare_gui/onionshare_gui.py b/onionshare_gui/onionshare_gui.py index f38dd727..7dd641dd 100644 --- a/onionshare_gui/onionshare_gui.py +++ b/onionshare_gui/onionshare_gui.py @@ -412,7 +412,7 @@ class OnionShareGui(QtWidgets.QMainWindow): """ common.log('OnionShareGui', 'start_server_step2') - # add progress bar to the status bar, indicating the crunching of files. + # add progress bar to the status bar, indicating the compressing of files. self._zip_progress_bar = ZipProgressBar(0) self.filenames = [] for index in range(self.file_selection.file_list.count()):