diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-05-11 23:48:42 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-05-11 23:48:42 -0500 |
commit | a71d3a9d25ba424fa3dc4ec364f09411cfb64e4a (patch) | |
tree | 3689332e418ced869d53eb090e462ca4ed7afbc8 | |
parent | 2658b7a8225374dfe0f1e447c2aeb74d97e09ef6 (diff) | |
download | horizon-qt5-a71d3a9d25ba424fa3dc4ec364f09411cfb64e4a.tar.gz horizon-qt5-a71d3a9d25ba424fa3dc4ec364f09411cfb64e4a.tar.bz2 horizon-qt5-a71d3a9d25ba424fa3dc4ec364f09411cfb64e4a.tar.xz horizon-qt5-a71d3a9d25ba424fa3dc4ec364f09411cfb64e4a.zip |
Welcome: fix doc URL, add note for disabled users
-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); |