summaryrefslogtreecommitdiff
path: root/embroider_print.py
diff options
context:
space:
mode:
Diffstat (limited to 'embroider_print.py')
-rw-r--r--embroider_print.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/embroider_print.py b/embroider_print.py
index 0dbff929..cbdaeb09 100644
--- a/embroider_print.py
+++ b/embroider_print.py
@@ -133,7 +133,7 @@ class PrintPreviewServer(Thread):
def shutdown():
self.shutting_down = True
request.environ.get('werkzeug.server.shutdown')()
- return 'Server shutting down...'
+ return _('Closing...') + '<br/><br/>' + _('It is safe to close this window now.')
@self.app.route('/resources/<path:resource>', methods=['GET'])
def resources(resource):