src/eric7/Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py

branch
eric7
changeset 9573
9960d19d66b5
parent 9473
3f23dbf37dbe
child 9576
be9f8e7e42e0
--- 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()

eric ide

mercurial