From a71d3a9d25ba424fa3dc4ec364f09411cfb64e4a Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 11 May 2019 23:48:42 -0500 Subject: Welcome: fix doc URL, add note for disabled users --- welcomepage.cc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/welcomepage.cc b/welcomepage.cc index 6da1474..c1c7edc 100644 --- a/welcomepage.cc +++ b/welcomepage.cc @@ -28,7 +28,7 @@ WelcomePage::WelcomePage(QWidget *parent) : HorizonWizardPage(parent) "For more information about the " "installfile " "format and syntax, see the " - "" + "" "Adélie Linux Installation Guide on the " "Internet.")); descLabel->setOpenExternalLinks(true); @@ -44,7 +44,12 @@ WelcomePage::WelcomePage(QWidget *parent) : HorizonWizardPage(parent) "When you're ready to answer a few questions, get " "started by choosing Next. If you'd like more " "information about the installation procedure, " - "choose Help at any time.")); + "choose Help at any time.\n\n" + + "If you are unable to use a mouse, you may press " + "the Tab key to cycle between the available buttons." + " The currently selected button will be highlighted. " + "Press the Return key to make your selection.")); #endif descLabel->setWordWrap(true); -- cgit v1.2.3-60-g2f50