New Replace strings.

main
Teo Mrnjavac 9 years ago
parent d27ac4c041
commit 37634e1e5a

@ -626,10 +626,8 @@ ChoicePage::setupActions( Device *currentDevice )
.arg( currentDevice->deviceNode() ) ); .arg( currentDevice->deviceNode() ) );
m_replaceButton->setText( tr( "<strong>Replace a partition with %1</strong><br/>" m_replaceButton->setText( tr( "<strong>Replace a partition</strong><br/>"
"You will be offered a choice of which partition to erase." ) "You will be offered a choice of which partition to erase." ) );
.arg( Calamares::Branding::instance()->
string( Calamares::Branding::ShortVersionedName ) ) );
) )
} }
else else
@ -657,10 +655,8 @@ ChoicePage::setupActions( Device *currentDevice )
string( Calamares::Branding::ShortVersionedName ) ) string( Calamares::Branding::ShortVersionedName ) )
.arg( currentDevice->deviceNode() ) ); .arg( currentDevice->deviceNode() ) );
m_replaceButton->setText( tr( "<strong>Replace a partition with %1</strong><br/>" m_replaceButton->setText( tr( "<strong>Replace a partition</strong><br/>"
"You will be offered a choice of which partition to erase." ) "You will be offered a choice of which partition to erase." ) );
.arg( Calamares::Branding::instance()->
string( Calamares::Branding::ShortVersionedName ) ) );
) )
} }
if ( !osproberEntriesForCurrentDevice.first().canBeResized ) if ( !osproberEntriesForCurrentDevice.first().canBeResized )
@ -704,10 +700,8 @@ ChoicePage::setupActions( Device *currentDevice )
string( Calamares::Branding::ShortVersionedName ) ) string( Calamares::Branding::ShortVersionedName ) )
.arg( currentDevice->deviceNode() ) ); .arg( currentDevice->deviceNode() ) );
m_replaceButton->setText( tr( "<strong>Replace a partition with %1</strong><br/>" m_replaceButton->setText( tr( "<strong>Replace a partition</strong><br/>"
"You will be offered a choice of which partition to erase." ) "You will be offered a choice of which partition to erase." ) );
.arg( Calamares::Branding::instance()->
string( Calamares::Branding::ShortVersionedName ) ) );
) )
if ( !atLeastOneCanBeResized ) if ( !atLeastOneCanBeResized )

Loading…
Cancel
Save