diff --git a/rare/components/tabs/downloads/__init__.py b/rare/components/tabs/downloads/__init__.py index 2c477cf5..ef149dbd 100644 --- a/rare/components/tabs/downloads/__init__.py +++ b/rare/components/tabs/downloads/__init__.py @@ -198,7 +198,7 @@ class DownloadTab(QWidget): else: notification = Notify() notification.title = self.tr("Installation finished") - notification.message = self.tr("Finished Download of game {}").format(self.active_game.app_name) + notification.message = self.tr("Finished Download of game {}").format(self.active_game.app_title) notification.send() # QMessageBox.information(self, "Info", "Download finished") logger.info("Download finished: " + self.active_game.app_title) diff --git a/rare/languages/de.ts b/rare/languages/de.ts index 445511c8..0f3ac81f 100644 --- a/rare/languages/de.ts +++ b/rare/languages/de.ts @@ -169,7 +169,7 @@ Finished Download of game {} - Downlaod von {} abgeschlossen + Download von {} abgeschlossen