85 lines
		
	
	
		
			4.1 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			85 lines
		
	
	
		
			4.1 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
diff --git a/src/modules/finished/FinishedPage.cpp b/src/modules/finished/FinishedPage.cpp
 | 
						|
index 51be526..4345575 100644
 | 
						|
--- a/src/modules/finished/FinishedPage.cpp
 | 
						|
+++ b/src/modules/finished/FinishedPage.cpp
 | 
						|
@@ -74,8 +74,7 @@ FinishedPage::retranslate()
 | 
						|
         {
 | 
						|
             ui->mainText->setText( tr( "<h1>All done.</h1><br/>"
 | 
						|
                                        "%1 has been set up on your computer.<br/>"
 | 
						|
-                                       "You may now start using your new system.",
 | 
						|
-                                       "@info" )
 | 
						|
+                                       "You can now start using your new system.<br/>", "@info" )
 | 
						|
                                        .arg( branding->versionedName() ) );
 | 
						|
             ui->restartCheckBox->setToolTip( tr( "<html><head/><body>"
 | 
						|
                                                  "<p>When this box is checked, your system will "
 | 
						|
@@ -88,9 +87,8 @@ FinishedPage::retranslate()
 | 
						|
         {
 | 
						|
             ui->mainText->setText( tr( "<h1>All done.</h1><br/>"
 | 
						|
                                        "%1 has been installed on your computer.<br/>"
 | 
						|
-                                       "You may now restart into your new system, or continue "
 | 
						|
-                                       "using the %2 Live environment.",
 | 
						|
-                                       "@info" )
 | 
						|
+                                       "After you click \"Done\" your computer will restart into your new system and "
 | 
						|
+                                       "you can start using it.<br/>", "@info" )
 | 
						|
                                        .arg( branding->versionedName(), branding->productName() ) );
 | 
						|
             ui->restartCheckBox->setToolTip( tr( "<html><head/><body>"
 | 
						|
                                                  "<p>When this box is checked, your system will "
 | 
						|
diff --git a/src/modules/packagechooser/PackageChooserPage.cpp b/src/modules/packagechooser/PackageChooserPage.cpp
 | 
						|
index 44a570d..4dc931b 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 2ab5b7f..bed4620 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
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item>
 | 
						|
-      <layout class="QVBoxLayout" name="verticalLayout" stretch="1,30,1">
 | 
						|
-       <item>
 | 
						|
-        <widget class="QLabel" name="productName">
 | 
						|
-         <property name="sizePolicy">
 | 
						|
-          <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
 | 
						|
-           <horstretch>0</horstretch>
 | 
						|
-           <verstretch>0</verstretch>
 | 
						|
-          </sizepolicy>
 | 
						|
-         </property>
 | 
						|
-         <property name="text">
 | 
						|
-          <string>Product Name</string>
 | 
						|
-         </property>
 | 
						|
-        </widget>
 | 
						|
-       </item>
 | 
						|
+      <layout class="QVBoxLayout" name="verticalLayout" stretch="30,1,1">
 | 
						|
        <item>
 | 
						|
         <widget class="FixedAspectRatioLabel" name="productScreenshot">
 | 
						|
          <property name="sizePolicy">
 | 
						|
@@ -67,6 +54,19 @@ SPDX-License-Identifier: GPL-3.0-or-later
 | 
						|
          </property>
 | 
						|
         </widget>
 | 
						|
        </item>
 | 
						|
+       <item>
 | 
						|
+        <widget class="QLabel" name="productName">
 | 
						|
+         <property name="sizePolicy">
 | 
						|
+          <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
 | 
						|
+           <horstretch>0</horstretch>
 | 
						|
+           <verstretch>0</verstretch>
 | 
						|
+          </sizepolicy>
 | 
						|
+         </property>
 | 
						|
+         <property name="text">
 | 
						|
+          <string>Product Name</string>
 | 
						|
+         </property>
 | 
						|
+        </widget>
 | 
						|
+       </item>
 | 
						|
        <item>
 | 
						|
         <widget class="QLabel" name="productDescription">
 | 
						|
          <property name="sizePolicy">
 |