New Erase disk strings.

main
Teo Mrnjavac 9 years ago
parent 48d0de2e08
commit d27ac4c041

@ -584,10 +584,10 @@ ChoicePage::setupActions( Device *currentDevice )
"You will be able to review and confirm your choices " "You will be able to review and confirm your choices "
"before any change is made to the storage device." ) ); "before any change is made to the storage device." ) );
m_eraseButton->setText( tr( "<strong>Erase disk and install %1</strong><br/>" m_eraseButton->setText( tr( "<strong>Erase disk</strong><br/>"
"This will <font color=\"red\">delete</font> all the data " "This will <font color=\"red\">delete</font> all the data "
"currently present on %2 (if any), including programs, " "currently present on %2 (if any), including programs, "
"documents, photos, music, and other files." ) "documents, photos, music, and other files and install %1." )
.arg( Calamares::Branding::instance()-> .arg( Calamares::Branding::instance()->
string( Calamares::Branding::ShortVersionedName ) ) string( Calamares::Branding::ShortVersionedName ) )
.arg( currentDevice->deviceNode() ) ); .arg( currentDevice->deviceNode() ) );
@ -617,14 +617,13 @@ ChoicePage::setupActions( Device *currentDevice )
.arg( Calamares::Branding::instance()-> .arg( Calamares::Branding::instance()->
string( Calamares::Branding::ShortVersionedName ) ) ); string( Calamares::Branding::ShortVersionedName ) ) );
m_eraseButton->setText( tr( "<strong>Erase disk with %3 and install %1</strong><br/>" m_eraseButton->setText( tr( "<strong>Erase disk</strong><br/>"
"This will <font color=\"red\">delete</font> all the data " "This will <font color=\"red\">delete</font> all the data "
"currently present on %2 (if any), including programs, " "currently present on %2 (if any), including programs, "
"documents, photos, music, and other files." ) "documents, photos, music, and other files and install %1." )
.arg( Calamares::Branding::instance()-> .arg( Calamares::Branding::instance()->
string( Calamares::Branding::ShortVersionedName ) ) string( Calamares::Branding::ShortVersionedName ) )
.arg( currentDevice->deviceNode() ) .arg( currentDevice->deviceNode() ) );
.arg( osName ) );
m_replaceButton->setText( tr( "<strong>Replace a partition with %1</strong><br/>" m_replaceButton->setText( tr( "<strong>Replace a partition with %1</strong><br/>"
@ -650,10 +649,10 @@ ChoicePage::setupActions( Device *currentDevice )
.arg( Calamares::Branding::instance()-> .arg( Calamares::Branding::instance()->
string( Calamares::Branding::ShortProductName ) ) ); string( Calamares::Branding::ShortProductName ) ) );
m_eraseButton->setText( tr( "<strong>Erase disk and install %1</strong><br/>" m_eraseButton->setText( tr( "<strong>Erase disk</strong><br/>"
"This will <font color=\"red\">delete</font> all the data " "This will <font color=\"red\">delete</font> all the data "
"currently present on %2 (if any), including programs, " "currently present on %2 (if any), including programs, "
"documents, photos, music, and other files." ) "documents, photos, music, and other files and install %1." )
.arg( Calamares::Branding::instance()-> .arg( Calamares::Branding::instance()->
string( Calamares::Branding::ShortVersionedName ) ) string( Calamares::Branding::ShortVersionedName ) )
.arg( currentDevice->deviceNode() ) ); .arg( currentDevice->deviceNode() ) );
@ -697,10 +696,10 @@ ChoicePage::setupActions( Device *currentDevice )
.arg( Calamares::Branding::instance()-> .arg( Calamares::Branding::instance()->
string( Calamares::Branding::ShortProductName ) ) ); string( Calamares::Branding::ShortProductName ) ) );
m_eraseButton->setText( tr( "<strong>Erase disk and install %1</strong><br/>" m_eraseButton->setText( tr( "<strong>Erase disk</strong><br/>"
"This will <font color=\"red\">delete</font> all the data " "This will <font color=\"red\">delete</font> all the data "
"currently present on %2 (if any), including programs, " "currently present on %2 (if any), including programs, "
"documents, photos, music, and other files." ) "documents, photos, music, and other files and install %1." )
.arg( Calamares::Branding::instance()-> .arg( Calamares::Branding::instance()->
string( Calamares::Branding::ShortVersionedName ) ) string( Calamares::Branding::ShortVersionedName ) )
.arg( currentDevice->deviceNode() ) ); .arg( currentDevice->deviceNode() ) );

Loading…
Cancel
Save