diff --git a/ee_auth.py b/ee_auth.py index ec520f4..9146df6 100644 --- a/ee_auth.py +++ b/ee_auth.py @@ -30,7 +30,8 @@ def do_GET(self): self.send_response(200) self.send_header('Content-type', 'text/plain') self.end_headers() - self.wfile.write(bytes("QGIS Google Earth Engine plugin authentication finished successfully.", 'utf-8')) + self.wfile.write(bytes("Authentication for the QGIS Google Earth Engine plugin has been successfully completed. " + "You may now close this page.", 'utf-8')) def authenticate(ee=None): """