From 12c6779187e45be079de030a430f3fa6e42c9967 Mon Sep 17 00:00:00 2001 From: Dummerle Date: Sat, 10 Apr 2021 16:03:04 +0200 Subject: [PATCH] Fixed Typo on Download finished --- rare/components/tabs/downloads/__init__.py | 2 +- rare/languages/de.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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