diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-10 04:46:13 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-10 04:46:13 -0600 |
commit | f6e68d21a57ae8b1376999a64a75d2c33ecc8c1a (patch) | |
tree | 28b6a964f114a6242b79da306b10880f70fa7c62 /ui/qt5/intropage.cc | |
parent | 7fe9e61230de11feb2698443105ecb57f4709c23 (diff) | |
download | horizon-f6e68d21a57ae8b1376999a64a75d2c33ecc8c1a.tar.gz horizon-f6e68d21a57ae8b1376999a64a75d2c33ecc8c1a.tar.bz2 horizon-f6e68d21a57ae8b1376999a64a75d2c33ecc8c1a.tar.xz horizon-f6e68d21a57ae8b1376999a64a75d2c33ecc8c1a.zip |
Qt UI: Change keycodes and labels per discussion with @djt
Diffstat (limited to 'ui/qt5/intropage.cc')
-rw-r--r-- | ui/qt5/intropage.cc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ui/qt5/intropage.cc b/ui/qt5/intropage.cc index 20992c9..57b6dc5 100644 --- a/ui/qt5/intropage.cc +++ b/ui/qt5/intropage.cc @@ -58,15 +58,14 @@ IntroPage::IntroPage(QWidget *parent) : HorizonWizardPage(parent) { toolButton->setMenu(toolMenu); descLabel = new QLabel( - tr("Thank you for choosing the Adélie Linux operating system. " - "This installation process will only take about 10-15 minutes of your time. " - "When you're done, your computer will be up and running with the reliable, secure, libre Adélie Linux.\n\n" + 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" - "When you're ready to answer a few questions, you can get started by choosing Next or pressing F8. " + "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" "The installation procedure will not change anything on your computer until the final step. " - "You can safely cancel at any time, with no change to your computer, by choosing Cancel or pressing F3.\n\n" + "You can safely exit at any time, with no change to your computer, by choosing Exit or pressing F3.\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.")); |