--- a/MqttMonitor/ConfigurationPage/MqttPage.py Fri Apr 19 15:15:28 2024 +0200 +++ b/MqttMonitor/ConfigurationPage/MqttPage.py Thu Aug 01 11:14:29 2024 +0200 @@ -25,7 +25,7 @@ Constructor @param plugin reference to the plugin object - @type RefactoringRopePlugin + @type MqttMonitorPlugin """ ConfigurationPageBase.__init__(self) self.setupUi(self) @@ -47,7 +47,7 @@ def save(self): """ - Public slot to save the Rope Autocompletion configuration. + Public slot to save the MQTT Monitor configuration. """ if self.mqttv31Button.isChecked(): protocol = MqttProtocols.MQTTv31