Changed fail message.

Thu, 28 May 2020 17:36:58 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 28 May 2020 17:36:58 +0200
changeset 77
a580238d85de
parent 76
e276d82bf945
child 78
a22328182bc2

Changed fail message.

PluginMqttMonitor.py file | annotate | diff | comparison | revisions
--- a/PluginMqttMonitor.py	Sat May 02 15:03:01 2020 +0200
+++ b/PluginMqttMonitor.py	Thu May 28 17:36:58 2020 +0200
@@ -60,7 +60,7 @@
         version = paho.mqtt.__version__
     except ImportError:
         version = QCoreApplication.translate(
-            "MqttMonitorPlugin", "package not available")
+            "MqttMonitorPlugin", "(package not available)")
     
     data = {
         "programEntry": False,

eric ide

mercurial