diff --git a/src/modules/finished/FinishedPage.cpp b/src/modules/finished/FinishedPage.cpp index 6c5f9ad16..24d75e07b 100644 --- a/src/modules/finished/FinishedPage.cpp +++ b/src/modules/finished/FinishedPage.cpp @@ -71,7 +71,10 @@ FinishedPage::retranslate() { ui->mainText->setText( tr( "

All done.


" "%1 has been set up on your computer.
" - "You may now start using your new system." ) + "You may now start using your new system.
" + "You can change every setting later except the bootloader.
" + "Check the manual for instructions on how to install software, upgrade the system or enable services.
" + "You can find ways to get in touch with the community on the website!") .arg( branding->versionedName() ) ); ui->restartCheckBox->setToolTip( tr( "" "

When this box is checked, your system will " @@ -84,7 +87,10 @@ FinishedPage::retranslate() ui->mainText->setText( tr( "

All done.


" "%1 has been installed on your computer.
" "You may now restart into your new system, or continue " - "using the %2 Live environment." ) + "using the %2 Live environment.
" + "You can change every setting later except the bootloader.
" + "Check the manual for instructions on how to install software, upgrade the system or enable services.
" + "You can find ways to get in touch with the community on the website!") .arg( branding->versionedName(), branding->productName() ) ); ui->restartCheckBox->setToolTip( tr( "" "

When this box is checked, your system will " diff --git a/src/modules/packagechooser/PackageChooserPage.cpp b/src/modules/packagechooser/PackageChooserPage.cpp index 721329c1b..164b9945e 100644 --- a/src/modules/packagechooser/PackageChooserPage.cpp +++ b/src/modules/packagechooser/PackageChooserPage.cpp @@ -52,6 +52,7 @@ PackageChooserPage::currentChanged( const QModelIndex& index ) if ( !index.isValid() || !ui->products->selectionModel()->hasSelection() ) { ui->productName->setText( m_introduction.name.get() ); + ui->productName->setStyleSheet("font-weight: bold"); ui->productScreenshot->setPixmap( m_introduction.screenshot ); ui->productDescription->setText( m_introduction.description.get() ); } diff --git a/src/modules/packagechooser/page_package.ui b/src/modules/packagechooser/page_package.ui index d021b08b3..fecfa3060 100644 --- a/src/modules/packagechooser/page_package.ui +++ b/src/modules/packagechooser/page_package.ui @@ -38,19 +38,6 @@ SPDX-License-Identifier: GPL-3.0-or-later - + - - - - - 0 - 0 - - - - Product Name - - - @@ -67,6 +54,19 @@ SPDX-License-Identifier: GPL-3.0-or-later + + + + + 0 + 0 + + + + Product Name + + +