[tracking] Massage the displayed explanation
This commit is contained in:
parent
49e66b11a2
commit
dfd6bb6a8b
@ -58,19 +58,21 @@ TrackingPage::retranslate()
|
|||||||
QString product = Calamares::Branding::instance()->shortProductName();
|
QString product = Calamares::Branding::instance()->shortProductName();
|
||||||
ui->retranslateUi( this );
|
ui->retranslateUi( this );
|
||||||
ui->generalExplanation->setText(
|
ui->generalExplanation->setText(
|
||||||
tr( "Install tracking helps %1 to see how many users they have, what hardware they install %1 to and (with "
|
tr( "Tracking helps %1 to see how often it is installed, what hardware it is installed on and "
|
||||||
"the last two options below), get continuous information about preferred applications. To see what "
|
"which applications are used. To see what "
|
||||||
"will be sent, please click the help icon next to each area." )
|
"will be sent, please click the help icon next to each area." )
|
||||||
.arg( product ) );
|
.arg( product ) );
|
||||||
ui->installExplanation->setText(
|
ui->installExplanation->setText(
|
||||||
tr( "By selecting this you will send information about your installation and hardware. This information "
|
tr( "By selecting this you will send information about your installation and hardware. This information "
|
||||||
"will <b>only be sent once</b> after the installation finishes." ) );
|
"will <b>only be sent once</b> after the installation finishes." ) );
|
||||||
ui->machineExplanation->setText( tr( "By selecting this you will <b>periodically</b> send information about "
|
ui->machineExplanation->setText(
|
||||||
"your installation, hardware and applications, to %1." )
|
tr( "By selecting this you will <b>periodically</b> send information about your machine installation, "
|
||||||
.arg( product ) );
|
"hardware and applications, to %1." )
|
||||||
ui->userExplanation->setText( tr( "By selecting this you will <b>regularly</b> send information about your "
|
.arg( product ) );
|
||||||
"installation, hardware, applications and usage patterns, to %1." )
|
ui->userExplanation->setText(
|
||||||
.arg( product ) );
|
tr( "By selecting this you will <b>regularly</b> send information about your "
|
||||||
|
"user installation, hardware, applications and application usage patterns, to %1." )
|
||||||
|
.arg( product ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user