diff --git a/src/modules/finished/FinishedPage.cpp b/src/modules/finished/FinishedPage.cpp index 3076072..4345575 100644 --- a/src/modules/finished/FinishedPage.cpp +++ b/src/modules/finished/FinishedPage.cpp @@ -74,10 +74,7 @@ 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 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" ) + "You can now start using your new system.
", "@info" ) .arg( branding->versionedName() ) ); ui->restartCheckBox->setToolTip( tr( "" "

When this box is checked, your system will " @@ -90,11 +87,8 @@ 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.
" - "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" ) + "After you click \"Done\" your computer will restart into your new system and " + "you can start using it.
", "@info" ) .arg( branding->versionedName(), branding->productName() ) ); ui->restartCheckBox->setToolTip( tr( "" "

When this box is checked, your system will "