From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Victor Fuentes All done.
"
"%1 has been set up on your computer.
"
- "You may now start using your new system.",
- "@info" )
+ "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!", "@info" )
.arg( branding->versionedName() ) );
ui->restartCheckBox->setToolTip( tr( "
When this box is checked, your system will " @@ -89,8 +91,10 @@ FinishedPage::retranslate() ui->mainText->setText( tr( "
When this box is checked, your system will "
diff --git a/src/modules/packagechooser/PackageChooserPage.cpp b/src/modules/packagechooser/PackageChooserPage.cpp
index 44a570d2f..4dc931bf3 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 2ab5b7f13..bed462069 100644
--- a/src/modules/packagechooser/page_package.ui
+++ b/src/modules/packagechooser/page_package.ui
@@ -37,20 +37,7 @@ SPDX-License-Identifier: GPL-3.0-or-later