summaryrefslogtreecommitdiff
path: root/ui/qt5
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt5')
-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>"));