--- a/eric6/Project/ProjectTranslationsBrowser.py Sun Apr 12 18:46:08 2020 +0200 +++ b/eric6/Project/ProjectTranslationsBrowser.py Sun Apr 12 19:07:49 2020 +0200 @@ -939,7 +939,7 @@ ui = e5App().getObject("UserInterface") if ui.notificationsEnabled(): ui.showNotification( - UI.PixmapCache.getPixmap("linguist48.png"), + UI.PixmapCache.getPixmap("linguist48"), self.tr("Translation file generation"), self.tr( "The generation of the translation files (*.ts)" @@ -1136,7 +1136,7 @@ ui = e5App().getObject("UserInterface") if ui.notificationsEnabled(): ui.showNotification( - UI.PixmapCache.getPixmap("linguist48.png"), + UI.PixmapCache.getPixmap("linguist48"), self.tr("Translation file release"), self.tr("The release of the translation files (*.qm)" " was successful."))