aboutsummaryrefslogtreecommitdiff
path: root/onionshare/web/share_mode.py
diff options
context:
space:
mode:
Diffstat (limited to 'onionshare/web/share_mode.py')
-rw-r--r--onionshare/web/share_mode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/onionshare/web/share_mode.py b/onionshare/web/share_mode.py
index eb487c42..560a8ba4 100644
--- a/onionshare/web/share_mode.py
+++ b/onionshare/web/share_mode.py
@@ -201,7 +201,7 @@ class ShareModeWeb(object):
# Close the server, if necessary
if not self.web.stay_open and not canceled:
- print(strings._("closing_automatically"))
+ print("Stopped because transfer is complete")
self.web.running = False
try:
if shutdown_func is None: