diff --git a/pcsx2-qt/AutoUpdaterDialog.cpp b/pcsx2-qt/AutoUpdaterDialog.cpp index 2f326e26ad..c70bdcf64d 100644 --- a/pcsx2-qt/AutoUpdaterDialog.cpp +++ b/pcsx2-qt/AutoUpdaterDialog.cpp @@ -344,9 +344,6 @@ void AutoUpdaterDialog::getChangesComplete(QNetworkReply* reply) "that you will have to reconfigure your settings after this update.

")); } - changes_html += tr("

Installing this update will download %1 MB through your internet connection.

") - .arg(static_cast(m_download_size) / 1000000.0, 0, 'f', 2); - m_ui.updateNotes->setText(changes_html); } else