1
0
Fork 0
mirror of synced 2024-06-26 18:20:50 +12:00

Fixed Typo on Download finished

This commit is contained in:
Dummerle 2021-04-10 16:01:50 +02:00
parent 5d23eae990
commit 8aeeb3269c
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/__init__.py" line="201"/>
<source>Finished Download of game {}</source>
<translation>Downlaod von {} abgeschlossen</translation>
<translation>Download von {} abgeschlossen</translation>
</message>
<message>
<location filename="../components/tabs/downloads/__init__.py" line="192"/>