mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
Improved string for Replace.
This commit is contained in:
parent
bf5d0d8862
commit
c41820c000
1 changed files with 9 additions and 3 deletions
|
@ -685,7 +685,9 @@ ChoicePage::setupActions()
|
|||
|
||||
|
||||
m_replaceButton->setText( tr( "<strong>Replace a partition</strong><br/>"
|
||||
"You will be offered a choice of which partition to erase." ) );
|
||||
"Replaces a partition with %1." )
|
||||
.arg( Calamares::Branding::instance()->
|
||||
string( Calamares::Branding::ShortVersionedName ) ) );
|
||||
)
|
||||
}
|
||||
else
|
||||
|
@ -708,7 +710,9 @@ ChoicePage::setupActions()
|
|||
.arg( currentDevice->deviceNode() ) );
|
||||
|
||||
m_replaceButton->setText( tr( "<strong>Replace a partition</strong><br/>"
|
||||
"You will be offered a choice of which partition to erase." ) );
|
||||
"Replaces a partition with %1." )
|
||||
.arg( Calamares::Branding::instance()->
|
||||
string( Calamares::Branding::ShortVersionedName ) ) );
|
||||
)
|
||||
}
|
||||
if ( !osproberEntriesForCurrentDevice.first().canBeResized )
|
||||
|
@ -747,7 +751,9 @@ ChoicePage::setupActions()
|
|||
.arg( currentDevice->deviceNode() ) );
|
||||
|
||||
m_replaceButton->setText( tr( "<strong>Replace a partition</strong><br/>"
|
||||
"You will be offered a choice of which partition to erase." ) );
|
||||
"Replaces a partition with %1." )
|
||||
.arg( Calamares::Branding::instance()->
|
||||
string( Calamares::Branding::ShortVersionedName ) ) );
|
||||
)
|
||||
|
||||
if ( !atLeastOneCanBeResized )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue