# HG changeset patch # User Goffi # Date 1696342930 -7200 # Node ID 6b581d4c249fae50258e24b4a5c2b2f0d91b86b2 # Parent c8b19a32f5c0463e28d3b201d818ab7bb635d5b3 frontends (quick app): reformulate backend not running message + use "Libervia" instead of "SàT" diff -r c8b19a32f5c0 -r 6b581d4c249f libervia/frontends/quick_frontend/quick_app.py --- a/libervia/frontends/quick_frontend/quick_app.py Tue Oct 03 16:00:21 2023 +0200 +++ b/libervia/frontends/quick_frontend/quick_app.py Tue Oct 03 16:22:10 2023 +0200 @@ -367,7 +367,9 @@ def _bridge_eb(self, failure): if isinstance(failure, exceptions.BridgeExceptionNoService): - print((_("Can't connect to SàT backend, are you sure it's launched ?"))) + print( + _("Unable to connect to the Libervia backend. Are you sure it's running?") + ) sys.exit(C.EXIT_BACKEND_NOT_FOUND) elif isinstance(failure, exceptions.BridgeInitError): print((_("Can't init bridge")))