1
0
Fork 0
mirror of synced 2024-09-28 23:41:29 +12:00

Add check options message in InstallDialog.

This commit is contained in:
Stelios Tsampas 2021-06-07 22:43:51 +03:00
parent cac7d0c809
commit be8ee8b955

View file

@ -171,7 +171,7 @@ class InstallDialog(QDialog, Ui_InstallDialog):
self.close()
def on_worker_failed(self, message: str):
error_text = self.tr("Error")
error_text = self.tr("Error, check selected options.")
self.download_size_info_label.setText(error_text)
self.install_size_info_label.setText(error_text)
QMessageBox.critical(self, self.windowTitle(), message)