src/eric7/EricWidgets/EricToolBarDialog.py

branch
eric7
changeset 9573
9960d19d66b5
parent 9500
5771348ded12
child 9653
e67609152c5e
--- a/src/eric7/EricWidgets/EricToolBarDialog.py	Tue Dec 06 16:00:06 2022 +0100
+++ b/src/eric7/EricWidgets/EricToolBarDialog.py	Tue Dec 06 16:04:58 2022 +0100
@@ -160,7 +160,7 @@
                     self,
                     self.tr("New Toolbar"),
                     self.tr(
-                        """A toolbar with the name <b>{0}</b> already""" """ exists."""
+                        """A toolbar with the name <b>{0}</b> already exists."""
                     ).format(name),
                 )
                 return
@@ -228,7 +228,7 @@
                     self,
                     self.tr("Rename Toolbar"),
                     self.tr(
-                        """A toolbar with the name <b>{0}</b> already""" """ exists."""
+                        """A toolbar with the name <b>{0}</b> already exists."""
                     ).format(newName),
                 )
                 return

eric ide

mercurial