--- a/src/eric7/Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py Tue Dec 06 16:00:06 2022 +0100 +++ b/src/eric7/Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py Tue Dec 06 16:04:58 2022 +0100 @@ -172,7 +172,7 @@ self, self.tr("Communication Error"), self.tr( - """<p>The backend reported an error.</p>""" """<p>{0}</p>""" + """<p>The backend reported an error.</p><p>{0}</p>""" ).format(responseDict["error"]), ) responseDict = {} @@ -733,7 +733,7 @@ EricMessageBox.critical( self, self.tr("Error"), - self.tr("""A regular expression and a text must""" """ be given."""), + self.tr("""A regular expression and a text must be given."""), ) @pyqtSlot()