mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 18:05:36 -04:00
[plasmalnf] Improve wording of LnF explanation.
This commit is contained in:
parent
b3f0932ff9
commit
94000b6847
1 changed files with 5 additions and 1 deletions
|
@ -61,7 +61,11 @@ PlasmaLnfPage::PlasmaLnfPage( QWidget* parent )
|
|||
CALAMARES_RETRANSLATE(
|
||||
{
|
||||
ui->retranslateUi( this );
|
||||
ui->generalExplanation->setText( tr( "Please choose a look-and-feel for the KDE Plasma Desktop. You can also skip this step and configure the look-and-feel once the system is installed." ) );
|
||||
ui->generalExplanation->setText( tr(
|
||||
"Please choose a look-and-feel for the KDE Plasma Desktop. "
|
||||
"You can also skip this step and configure the look-and-feel "
|
||||
"once the system is installed. Clicking on a look-and-feel "
|
||||
"selection will give you a live preview of that look-and-feel.") );
|
||||
updateThemeNames();
|
||||
fillUi();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue