diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp index 1e0ac690c..73bdda596 100644 --- a/src/modules/partition/gui/ChoicePage.cpp +++ b/src/modules/partition/gui/ChoicePage.cpp @@ -650,10 +650,8 @@ ChoicePage::setupActions() "before any change is made to the storage device." ) ); m_eraseButton->setText( tr( "Erase disk
" - "This will delete all the data " - "currently present on %1 (if any), including programs, " - "documents, photos, music, and other files." ) - .arg( currentDevice->deviceNode() ) ); + "This will delete 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( "Erase disk
" - "This will delete all the data " - "currently present on %1 (if any), including programs, " - "documents, photos, music, and other files." ) - .arg( currentDevice->deviceNode() ) ); + "This will delete all data " + "currently present on the selected storage device." ) ); m_replaceButton->setText( tr( "Replace a partition
" @@ -704,10 +700,8 @@ ChoicePage::setupActions() string( Calamares::Branding::ShortVersionedName ) ) ); m_eraseButton->setText( tr( "Erase disk
" - "This will delete all the data " - "currently present on %1 (if any), including programs, " - "documents, photos, music, and other files." ) - .arg( currentDevice->deviceNode() ) ); + "This will delete all data " + "currently present on the selected storage device." ) ); m_replaceButton->setText( tr( "Replace a partition
" "Replaces a partition with %1." ) @@ -745,10 +739,8 @@ ChoicePage::setupActions() string( Calamares::Branding::ShortVersionedName ) ) ); m_eraseButton->setText( tr( "Erase disk
" - "This will delete all the data " - "currently present on %1 (if any), including programs, " - "documents, photos, music, and other files." ) - .arg( currentDevice->deviceNode() ) ); + "This will delete all data " + "currently present on the selected storage device." ) ); m_replaceButton->setText( tr( "Replace a partition
" "Replaces a partition with %1." )