1
0
Fork 0
mirror of synced 2024-09-29 08:51:43 +13: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: else:
notification = Notify() notification = Notify()
notification.title = self.tr("Installation finished") 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() notification.send()
# QMessageBox.information(self, "Info", "Download finished") # QMessageBox.information(self, "Info", "Download finished")
logger.info("Download finished: " + self.active_game.app_title) logger.info("Download finished: " + self.active_game.app_title)

View file

@ -169,7 +169,7 @@
<message> <message>
<location filename="../components/tabs/downloads/__init__.py" line="201"/> <location filename="../components/tabs/downloads/__init__.py" line="201"/>
<source>Finished Download of game {}</source> <source>Finished Download of game {}</source>
<translation>Downlaod von {} abgeschlossen</translation> <translation>Download von {} abgeschlossen</translation>
</message> </message>
<message> <message>
<location filename="../components/tabs/downloads/__init__.py" line="192"/> <location filename="../components/tabs/downloads/__init__.py" line="192"/>