mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
Improved string for Erase.
This commit is contained in:
parent
c41820c000
commit
ef411757af
1 changed files with 8 additions and 16 deletions
|
@ -650,10 +650,8 @@ ChoicePage::setupActions()
|
|||
"before any change is made to the storage device." ) );
|
||||
|
||||
m_eraseButton->setText( tr( "<strong>Erase disk</strong><br/>"
|
||||
"This will <font color=\"red\">delete</font> all the data "
|
||||
"currently present on %1 (if any), including programs, "
|
||||
"documents, photos, music, and other files." )
|
||||
.arg( currentDevice->deviceNode() ) );
|
||||
"This will <font color=\"red\">delete</font> all data "
|
||||
"currently present on the selected storage device." ) );
|
||||
)
|
||||
|
||||
m_replaceButton->hide();
|
||||
|
@ -678,10 +676,8 @@ ChoicePage::setupActions()
|
|||
string( Calamares::Branding::ShortVersionedName ) ) );
|
||||
|
||||
m_eraseButton->setText( tr( "<strong>Erase disk</strong><br/>"
|
||||
"This will <font color=\"red\">delete</font> all the data "
|
||||
"currently present on %1 (if any), including programs, "
|
||||
"documents, photos, music, and other files." )
|
||||
.arg( currentDevice->deviceNode() ) );
|
||||
"This will <font color=\"red\">delete</font> all data "
|
||||
"currently present on the selected storage device." ) );
|
||||
|
||||
|
||||
m_replaceButton->setText( tr( "<strong>Replace a partition</strong><br/>"
|
||||
|
@ -704,10 +700,8 @@ ChoicePage::setupActions()
|
|||
string( Calamares::Branding::ShortVersionedName ) ) );
|
||||
|
||||
m_eraseButton->setText( tr( "<strong>Erase disk</strong><br/>"
|
||||
"This will <font color=\"red\">delete</font> all the data "
|
||||
"currently present on %1 (if any), including programs, "
|
||||
"documents, photos, music, and other files." )
|
||||
.arg( currentDevice->deviceNode() ) );
|
||||
"This will <font color=\"red\">delete</font> all data "
|
||||
"currently present on the selected storage device." ) );
|
||||
|
||||
m_replaceButton->setText( tr( "<strong>Replace a partition</strong><br/>"
|
||||
"Replaces a partition with %1." )
|
||||
|
@ -745,10 +739,8 @@ ChoicePage::setupActions()
|
|||
string( Calamares::Branding::ShortVersionedName ) ) );
|
||||
|
||||
m_eraseButton->setText( tr( "<strong>Erase disk</strong><br/>"
|
||||
"This will <font color=\"red\">delete</font> all the data "
|
||||
"currently present on %1 (if any), including programs, "
|
||||
"documents, photos, music, and other files." )
|
||||
.arg( currentDevice->deviceNode() ) );
|
||||
"This will <font color=\"red\">delete</font> all data "
|
||||
"currently present on the selected storage device." ) );
|
||||
|
||||
m_replaceButton->setText( tr( "<strong>Replace a partition</strong><br/>"
|
||||
"Replaces a partition with %1." )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue