MqttMonitor/MqttMonitorWidget.py

branch
eric7
changeset 140
853ffd248dda
parent 139
b7ca79939cc7
child 143
51bc5bcc672a
diff -r b7ca79939cc7 -r 853ffd248dda MqttMonitor/MqttMonitorWidget.py
--- a/MqttMonitor/MqttMonitorWidget.py	Sat Dec 23 15:48:49 2023 +0100
+++ b/MqttMonitor/MqttMonitorWidget.py	Sat Dec 23 19:45:41 2023 +0100
@@ -997,7 +997,7 @@
                     self,
                     self.tr("Save Messages"),
                     self.tr(
-                        "<p>The file <b>{0}</b> already exists." " Overwrite it?</p>"
+                        "<p>The file <b>{0}</b> already exists. Overwrite it?</p>"
                     ).format(fn),
                     icon=EricMessageBox.Warning,
                 )
@@ -1058,7 +1058,7 @@
                     self,
                     self.tr("Save Log Messages"),
                     self.tr(
-                        "<p>The file <b>{0}</b> already exists." " Overwrite it?</p>"
+                        "<p>The file <b>{0}</b> already exists. Overwrite it?</p>"
                     ).format(fn),
                     icon=EricMessageBox.Warning,
                 )

eric ide

mercurial