mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
New Replace strings.
This commit is contained in:
parent
d27ac4c041
commit
37634e1e5a
1 changed files with 6 additions and 12 deletions
|
@ -626,10 +626,8 @@ ChoicePage::setupActions( Device *currentDevice )
|
|||
.arg( currentDevice->deviceNode() ) );
|
||||
|
||||
|
||||
m_replaceButton->setText( tr( "<strong>Replace a partition with %1</strong><br/>"
|
||||
"You will be offered a choice of which partition to erase." )
|
||||
.arg( Calamares::Branding::instance()->
|
||||
string( Calamares::Branding::ShortVersionedName ) ) );
|
||||
m_replaceButton->setText( tr( "<strong>Replace a partition</strong><br/>"
|
||||
"You will be offered a choice of which partition to erase." ) );
|
||||
)
|
||||
}
|
||||
else
|
||||
|
@ -657,10 +655,8 @@ ChoicePage::setupActions( Device *currentDevice )
|
|||
string( Calamares::Branding::ShortVersionedName ) )
|
||||
.arg( currentDevice->deviceNode() ) );
|
||||
|
||||
m_replaceButton->setText( tr( "<strong>Replace a partition with %1</strong><br/>"
|
||||
"You will be offered a choice of which partition to erase." )
|
||||
.arg( Calamares::Branding::instance()->
|
||||
string( Calamares::Branding::ShortVersionedName ) ) );
|
||||
m_replaceButton->setText( tr( "<strong>Replace a partition</strong><br/>"
|
||||
"You will be offered a choice of which partition to erase." ) );
|
||||
)
|
||||
}
|
||||
if ( !osproberEntriesForCurrentDevice.first().canBeResized )
|
||||
|
@ -704,10 +700,8 @@ ChoicePage::setupActions( Device *currentDevice )
|
|||
string( Calamares::Branding::ShortVersionedName ) )
|
||||
.arg( currentDevice->deviceNode() ) );
|
||||
|
||||
m_replaceButton->setText( tr( "<strong>Replace a partition with %1</strong><br/>"
|
||||
"You will be offered a choice of which partition to erase." )
|
||||
.arg( Calamares::Branding::instance()->
|
||||
string( Calamares::Branding::ShortVersionedName ) ) );
|
||||
m_replaceButton->setText( tr( "<strong>Replace a partition</strong><br/>"
|
||||
"You will be offered a choice of which partition to erase." ) );
|
||||
)
|
||||
|
||||
if ( !atLeastOneCanBeResized )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue