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

GameInfo: Add missing space

This commit is contained in:
Stelios Tsampas 2022-09-23 11:32:57 +03:00 committed by loathingKernel
parent e3ae75142a
commit 53cab3ecb9

View file

@ -134,7 +134,7 @@ class GameInfo(QWidget, Ui_GameInfo):
self,
self.tr("Repair and update?"),
self.tr(
"There is an update for <b>{}</b> from <b>{}</b> to <b>{}</b>."
"There is an update for <b>{}</b> from <b>{}</b> to <b>{}</b>. "
"Do you want to update the game while repairing it?"
).format(igame.title, igame.version, game.app_version(igame.platform)),
) == QMessageBox.Yes