diff options
-rw-r--r-- | welcomepage.cc | 9 |
1 files 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 " "<code>installfile</code> " "format and syntax, see the " - "<a href='http://docs.adelielinux.org/'>" + "<a href='https://help.adelielinux.org/html/install/'>" "Adélie Linux Installation Guide</a> 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); |