From 7252c0b416a44daa8c4d92a9ee61448408490cf2 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 29 Nov 2019 17:41:29 -0600 Subject: Qt UI: Fix up Intro page --- ui/qt5/intropage.cc | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/ui/qt5/intropage.cc b/ui/qt5/intropage.cc index 57b6dc5..fab24b2 100644 --- a/ui/qt5/intropage.cc +++ b/ui/qt5/intropage.cc @@ -28,15 +28,12 @@ IntroPage::IntroPage(QWidget *parent) : HorizonWizardPage(parent) { #ifndef HAS_INSTALL_ENV descLabel = new QLabel( - tr("

" - "Horizon will guide you through creation of a basic installfile for installing Adélie Linux on another computer." - "

" - "IMPORTANT: You may be allowed to specify an invalid or non-bootable disk layout or network configuration. " - "For best results, run System Installation directly on the computer you wish to run Adélie Linux." - "

" - "For more information about the installfile format and syntax, see the " - "" - "Adélie Linux Installation Guide on the Internet.")); + tr("

Thank you for choosing the reliable, secure, libre Adélie Linux operating environment. " + "This process will take about 10-15 minutes.

" + "

You will create a basic installfile" + "

IMPORTANT: You may be allowed to specify an invalid or non-bootable disk layout or network configuration. " + "For best results, run System Installation directly on the computer you wish to run Adélie Linux.

" + "

For more information about the installfile format and syntax, see the Adélie Linux Installation Handbook.

")); descLabel->setOpenExternalLinks(true); descLabel->setTextFormat(Qt::RichText); #else /* HAS_INSTALL_ENV */ @@ -58,17 +55,17 @@ IntroPage::IntroPage(QWidget *parent) : HorizonWizardPage(parent) { toolButton->setMenu(toolMenu); descLabel = new QLabel( - tr("Thank you for choosing the reliable, secure, libre Adélie Linux operating system. " - "This installation process will take about 10-15 minutes.\n\n" + tr("Thank you for choosing the reliable, secure, libre Adélie Linux operating environment. " + "Installation will take about 15-30 minutes.\n\n" - "When you're ready to answer a few questions, you can get started by choosing Continue or pressing F8. " - "If you'd like more information about the installation procedure, choose Help or press F1 at any time.\n\n" + "When you're ready to answer a few questions, choose Continue or press the F8 key. " + "To learn more about the installation procedure, choose Help or press the F1 key at any time.\n\n" - "The installation procedure will not change anything on your computer until the final step. " - "You can safely exit at any time, with no change to your computer, by choosing Exit or pressing F3.\n\n" + "System Installation will not modify any data or settings on your computer until the final step. " + "To exit without modifying your computer, choose Exit or press the F3 key.\n\n" - "If you are unable to use a mouse, you may press the Tab key to cycle between the available inputs. " - "The currently selected input will be highlighted.")); + "If you cannot use a mouse, you may press the Tab key to cycle between input fields. " + "The currently selected field will be highlighted.")); #endif /* !HAS_INSTALL_ENV */ descLabel->setWordWrap(true); @@ -76,7 +73,7 @@ IntroPage::IntroPage(QWidget *parent) : HorizonWizardPage(parent) { layout->addWidget(descLabel); #ifdef HAS_INSTALL_ENV layout->addStretch(); - layout->addWidget(toolButton); + layout->addWidget(toolButton, 0, Qt::AlignCenter); #endif /* HAS_INSTALL_ENV */ setLayout(layout); } -- cgit v1.2.3-60-g2f50