summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-06 04:48:41 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-06 04:48:41 -0600
commit2d4b44aa8b892b3cfd94001b9a8b26579a3cdd85 (patch)
treefbfa87406d29df8f1dc137153984d6f7b1d6aa70
parent674a08ccbd48ba67212318dad46dc43e99c0f1c8 (diff)
downloadhorizon-2d4b44aa8b892b3cfd94001b9a8b26579a3cdd85.tar.gz
horizon-2d4b44aa8b892b3cfd94001b9a8b26579a3cdd85.tar.bz2
horizon-2d4b44aa8b892b3cfd94001b9a8b26579a3cdd85.tar.xz
horizon-2d4b44aa8b892b3cfd94001b9a8b26579a3cdd85.zip
Qt UI: Fix intro page text in Runtime Environment
-rw-r--r--ui/qt5/intropage.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt5/intropage.cc b/ui/qt5/intropage.cc
index fab24b2..65bac65 100644
--- a/ui/qt5/intropage.cc
+++ b/ui/qt5/intropage.cc
@@ -30,7 +30,7 @@ IntroPage::IntroPage(QWidget *parent) : HorizonWizardPage(parent) {
descLabel = new QLabel(
tr("<p>Thank you for choosing the reliable, secure, libre Adélie Linux operating environment. "
"This process will take about 10-15 minutes.</p>"
- "<p>You will create a basic <code>installfile</code, which you can use to install Adélie Linux on a computer over the network or using custom installation media.</p>"
+ "<p>Using this wizard, you will create a basic <code>installfile</code>, which you can use to install Adélie Linux on a computer over the network or using custom installation media.</p>"
"<p><strong>IMPORTANT:</strong> You may be allowed to specify an invalid or non-bootable disk layout or network configuration. "
"For best results, run System Installation directly on the computer you wish to run Adélie Linux.</p>"
"<p>For more information about the installfile format and syntax, see the <a href=\"https://help.adelielinux.org/html/install/\">Adélie Linux Installation Handbook</a>.</p>"));