diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-20 21:03:41 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-20 21:03:41 -0600 |
commit | a0518b094dc8409b3713e0a4f0e24f0508381467 (patch) | |
tree | ac7b77b8c29cbdc8f81643fbae88f33f144ff50c /ui/qt5 | |
parent | f4aae604c4af89fc339c988cc00ba0fa7cebb5ee (diff) | |
download | horizon-a0518b094dc8409b3713e0a4f0e24f0508381467.tar.gz horizon-a0518b094dc8409b3713e0a4f0e24f0508381467.tar.bz2 horizon-a0518b094dc8409b3713e0a4f0e24f0508381467.tar.xz horizon-a0518b094dc8409b3713e0a4f0e24f0508381467.zip |
Qt UI: Consider Boot Page part of Software phase for consistency
Diffstat (limited to 'ui/qt5')
-rw-r--r-- | ui/qt5/bootpage.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt5/bootpage.cc b/ui/qt5/bootpage.cc index ff44455..d6ffe26 100644 --- a/ui/qt5/bootpage.cc +++ b/ui/qt5/bootpage.cc @@ -20,7 +20,7 @@ BootPage::BootPage(QWidget *parent) : HorizonWizardPage(parent) { setTitle(tr("Startup Configuration")); - loadWatermark("intro"); + loadWatermark("software"); QLabel *descLabel = new QLabel(tr( "<p>By default, Adélie Linux will install a bootloader to your hard disk. " |