PluginMqttMonitor.py

changeset 77
a580238d85de
parent 75
5e760c5c20af
child 78
a22328182bc2
--- 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