MqttMonitor/MqttClient.py

branch
eric7
changeset 140
853ffd248dda
parent 139
b7ca79939cc7
child 143
51bc5bcc672a
--- 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(

eric ide

mercurial