diff -r 3b46c662a004 -r 9960d19d66b5 src/eric7/EricWidgets/EricToolBarDialog.py --- 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