New Alongside strings.

main
Teo Mrnjavac 9 years ago
parent 37634e1e5a
commit cda99a2a65

@ -609,11 +609,8 @@ ChoicePage::setupActions( Device *currentDevice )
"before any change is made to the storage device." ) "before any change is made to the storage device." )
.arg( osName ) ); .arg( osName ) );
m_alongsideButton->setText( tr( "<strong>Install %2 alongside %1</strong><br/>" m_alongsideButton->setText( tr( "<strong>Install alongside</strong><br/>"
"The installer will shrink the %1 volume to make room for %2. " "The installer will shrink a volume to make room for %1." )
"You can choose which operating system you want each time the "
"computer starts up." )
.arg( osName )
.arg( Calamares::Branding::instance()-> .arg( Calamares::Branding::instance()->
string( Calamares::Branding::ShortVersionedName ) ) ); string( Calamares::Branding::ShortVersionedName ) ) );
@ -638,14 +635,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_alongsideButton->setText( tr( "<strong>Install %1 alongside your current operating system</strong><br/>" m_alongsideButton->setText( tr( "<strong>Install alongside</strong><br/>"
"The installer will shrink an existing volume to make room for %2. " "The installer will shrink a volume to make room for %1." )
"You can choose which operating system you want each time the "
"computer starts up." )
.arg( Calamares::Branding::instance()-> .arg( Calamares::Branding::instance()->
string( Calamares::Branding::ShortVersionedName ) ) string( Calamares::Branding::ShortVersionedName ) ) );
.arg( Calamares::Branding::instance()->
string( Calamares::Branding::ShortProductName ) ) );
m_eraseButton->setText( tr( "<strong>Erase disk</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 "
@ -683,14 +676,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_alongsideButton->setText( tr( "<strong>Install %1 alongside your current operating systems</strong><br/>" m_alongsideButton->setText( tr( "<strong>Install alongside</strong><br/>"
"The installer will shrink an existing volume to make room for %2. " "The installer will shrink a volume to make room for %1." )
"You can choose which operating system you want each time the "
"computer starts up." )
.arg( Calamares::Branding::instance()-> .arg( Calamares::Branding::instance()->
string( Calamares::Branding::ShortVersionedName ) ) string( Calamares::Branding::ShortVersionedName ) ) );
.arg( Calamares::Branding::instance()->
string( Calamares::Branding::ShortProductName ) ) );
m_eraseButton->setText( tr( "<strong>Erase disk</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 "

Loading…
Cancel
Save