--- a/src/eric7/Graphics/UMLGraphicsView.py Tue Dec 06 16:57:54 2022 +0100 +++ b/src/eric7/Graphics/UMLGraphicsView.py Tue Dec 06 17:35:41 2022 +0100 @@ -367,7 +367,7 @@ self.tr("Save Diagram"), "", self.tr( - "Portable Network Graphics (*.png);;" "Scalable Vector Graphics (*.svg)" + "Portable Network Graphics (*.png);;Scalable Vector Graphics (*.svg)" ), "", EricFileDialog.DontConfirmOverwrite, @@ -383,7 +383,7 @@ self, self.tr("Save Diagram"), self.tr( - "<p>The file <b>{0}</b> already exists." " Overwrite it?</p>" + "<p>The file <b>{0}</b> already exists. Overwrite it?</p>" ).format(fpath), icon=EricMessageBox.Warning, )