summaryrefslogtreecommitdiff
path: root/ui/qt5/intropage.cc
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-08 19:09:24 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-08 19:09:24 -0600
commit58e72b28091ce6119ea841e70321ca6813aa2c37 (patch)
tree1fec20c8a7b3d1eacc99d031a8c14ad38c1b9ece /ui/qt5/intropage.cc
parent7f9b18ce36c69abe022fc4f264cda9e18161b861 (diff)
downloadhorizon-58e72b28091ce6119ea841e70321ca6813aa2c37.tar.gz
horizon-58e72b28091ce6119ea841e70321ca6813aa2c37.tar.bz2
horizon-58e72b28091ce6119ea841e70321ca6813aa2c37.tar.xz
horizon-58e72b28091ce6119ea841e70321ca6813aa2c37.zip
Qt UI: Implement UI.Intro.Describe and Elements
Diffstat (limited to 'ui/qt5/intropage.cc')
-rw-r--r--ui/qt5/intropage.cc27
1 files changed, 12 insertions, 15 deletions
diff --git a/ui/qt5/intropage.cc b/ui/qt5/intropage.cc
index b67b534..6284ba1 100644
--- a/ui/qt5/intropage.cc
+++ b/ui/qt5/intropage.cc
@@ -34,21 +34,18 @@ IntroPage::IntroPage(QWidget *parent) : HorizonWizardPage(parent) {
descLabel->setTextFormat(Qt::RichText);
#else
descLabel = new QLabel(
- tr("The streamlined installation process for Adélie "
- "Linux will only take about 10-15 minutes of your "
- "time. After you're done, your computer will be "
- "running the reliable, secure, libre Adélie Linux "
- "operating system.\n\n"
-
- "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.\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."));
+ 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"
+
+ "When you're ready to answer a few questions, you can get started by choosing Next 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"
+
+ "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."));
#endif
descLabel->setWordWrap(true);