summaryrefslogtreecommitdiff
path: root/ui/qt5/intropage.cc
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-08 20:42:18 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-08 20:42:18 -0600
commit10b44ce36c2c0660f2fadd7b9f73690e7b6799dd (patch)
tree6997450b4fa2f651eb82809cf6dbba970fea0a9b /ui/qt5/intropage.cc
parentb035b598ad70567611f973a01e6045a308084566 (diff)
downloadhorizon-10b44ce36c2c0660f2fadd7b9f73690e7b6799dd.tar.gz
horizon-10b44ce36c2c0660f2fadd7b9f73690e7b6799dd.tar.bz2
horizon-10b44ce36c2c0660f2fadd7b9f73690e7b6799dd.tar.xz
horizon-10b44ce36c2c0660f2fadd7b9f73690e7b6799dd.zip
Qt UI: Formatting and file heading fixes
Diffstat (limited to 'ui/qt5/intropage.cc')
-rw-r--r--ui/qt5/intropage.cc31
1 files changed, 17 insertions, 14 deletions
diff --git a/ui/qt5/intropage.cc b/ui/qt5/intropage.cc
index 29bec11..2a9cb83 100644
--- a/ui/qt5/intropage.cc
+++ b/ui/qt5/intropage.cc
@@ -1,3 +1,15 @@
+/*
+ * intropage.cc - Implementation of the UI.Intro page
+ * horizon-qt5, the Qt 5 user interface for
+ * Project Horizon
+ *
+ * Copyright (c) 2019 Adélie Linux and contributors. All rights reserved.
+ * This code is licensed under the AGPL 3.0 license, as noted in the
+ * LICENSE-code file in the root directory of this repository.
+ *
+ * SPDX-License-Identifier: AGPL-3.0-only
+ */
+
#include "intropage.hh"
#include <QLabel>
@@ -17,23 +29,14 @@ IntroPage::IntroPage(QWidget *parent) : HorizonWizardPage(parent) {
#ifndef HAS_INSTALL_ENV
descLabel = new QLabel(
tr("<p>"
- "Horizon will guide you through creation of a basic "
- "<code>installfile</code> "
- "for installing Adélie Linux on another computer."
+ "Horizon will guide you through creation of a basic <code>installfile</code> for installing Adélie Linux on another computer."
"<p>"
- "<b>IMPORTANT:</b> Not all advanced settings will "
- "be available to you. You may be allowed to "
- "specify an invalid or non-bootable disk layout or "
- "network configuration. For best results, always "
- "run System Installation directly on the computer "
- "you wish to run Adélie Linux."
+ "<b>IMPORTANT:</b> 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>"
- "For more information about the "
- "<code>installfile</code> "
- "format and syntax, see the "
+ "For more information about the <code>installfile</code> format and syntax, see the "
"<a href='https://help.adelielinux.org/html/install/'>"
- "Adélie Linux Installation Guide</a> on the "
- "Internet."));
+ "Adélie Linux Installation Guide</a> on the Internet."));
descLabel->setOpenExternalLinks(true);
descLabel->setTextFormat(Qt::RichText);
#else /* HAS_INSTALL_ENV */