--- a/MqttMonitor/MqttClient.py Sat Dec 23 15:48:49 2023 +0100 +++ b/MqttMonitor/MqttClient.py Sat Dec 23 19:45:41 2023 +0100 @@ -936,7 +936,7 @@ elif mqttErrno == mqtt.MQTT_ERR_PROTOCOL: return QCoreApplication.translate( "MqttErrorMessage", - "A network protocol error occurred when communicating with" " the broker.", + "A network protocol error occurred when communicating with the broker.", ) elif mqttErrno == mqtt.MQTT_ERR_INVAL: return QCoreApplication.translate(