From fa77e0bfc97b04448cb97980cd79861911082d2e Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 29 Nov 2019 18:11:41 -0600 Subject: Qt UI: Drastically simplify text --- ui/qt5/firmwarepage.cc | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/ui/qt5/firmwarepage.cc b/ui/qt5/firmwarepage.cc index 4d5893e..3e7b757 100644 --- a/ui/qt5/firmwarepage.cc +++ b/ui/qt5/firmwarepage.cc @@ -21,16 +21,13 @@ FirmwarePage::FirmwarePage(QWidget *parent) : HorizonWizardPage(parent) { loadWatermark("intro"); QLabel *descLabel = new QLabel(tr( - "

Your computer may require the use of drivers which use proprietary, closed-source components (or firmware) in order to use certain hardware or functionality.

" - "

Most Wi-Fi network adaptors and 3D graphics cards require proprietary firmware.

" - "

Proprietary firmware cannot be audited for security or reliability issues due to its closed-source nature. Only install proprietary firmware if you require it.

" - "

If you intend to use this computer to perform security-sensitive tasks, we strongly recommend that you choose not to load firmware on this computer.

" - "

Do you want to load firmware on this computer?

")); - descLabel->setTextFormat(Qt::RichText); + "Your computer may use hardware drivers which require proprietary, closed-source firmware in order to provide functionality.\n\n" + "Most Wi-Fi network adaptors and 3D graphics cards require proprietary firmware. " + "However, proprietary firmware cannot be audited for security or reliability issues due to its closed-source nature.\n\n" + "Do you want to load firmware on this computer?")); descLabel->setWordWrap(true); noButton = new QRadioButton(tr("&No, do not load firmware on this computer.")); - noButton->setChecked(true); yesButton = new QRadioButton(tr("&Yes, load firmware on this computer.")); firmwareChoice = new QButtonGroup; firmwareChoice->addButton(noButton); -- cgit v1.2.3-60-g2f50