1
0
Fork 0
mirror of synced 2024-06-18 02:24:43 +12:00

Fixed Typo on Download finished

This commit is contained in:
Dummerle 2021-04-10 16:03:04 +02:00
parent 11cc122157
commit 12c6779187
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -169,7 +169,7 @@
<message>
<location filename="../Components/Tabs/Downloads/DownloadTab.py" line="202"/>
<source>Finished Download of game {}</source>
<translation>Downlaod von {} abgeschlossen</translation>
<translation>Download von {} abgeschlossen</translation>
</message>
<message>
<location filename="../Components/Tabs/Downloads/DownloadTab.py" line="193"/>