diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp
index 4b0ab26a7..3e4f4fdc6 100644
--- a/src/modules/partition/gui/ChoicePage.cpp
+++ b/src/modules/partition/gui/ChoicePage.cpp
@@ -574,14 +574,14 @@ ChoicePage::setupActions( Device *currentDevice )
{
CALAMARES_RETRANSLATE(
m_messageLabel->setText( tr( "This storage device does not seem to have an operating system on it. "
- "What would you like to do?" ) );
+ "What would you like to do?
"
+ "You will be able to review and confirm your choices "
+ "before any change is made to the storage device." ) );
m_eraseButton->setText( tr( "Erase disk and install %1
"
"This will delete all the data "
"currently present on %2 (if any), including programs, "
- "documents, photos, music, and other files.
"
- "You will be able to review and confirm your choice "
- "before proceeding." )
+ "documents, photos, music, and other files." )
.arg( Calamares::Branding::instance()->
string( Calamares::Branding::ShortVersionedName ) )
.arg( currentDevice->deviceNode() ) );
@@ -612,9 +612,7 @@ ChoicePage::setupActions( Device *currentDevice )
m_eraseButton->setText( tr( "Erase disk with %3 and install %1
"
"This will delete all the data "
"currently present on %2 (if any), including programs, "
- "documents, photos, music, and other files.
"
- "You will be able to review and confirm your choice "
- "before proceeding." )
+ "documents, photos, music, and other files." )
.arg( Calamares::Branding::instance()->
string( Calamares::Branding::ShortVersionedName ) )
.arg( currentDevice->deviceNode() )
@@ -645,9 +643,7 @@ ChoicePage::setupActions( Device *currentDevice )
m_eraseButton->setText( tr( "Erase disk and install %1
"
"This will delete all the data "
"currently present on %2 (if any), including programs, "
- "documents, photos, music, and other files.
"
- "You will be able to review and confirm your choice "
- "before proceeding." )
+ "documents, photos, music, and other files." )
.arg( Calamares::Branding::instance()->
string( Calamares::Branding::ShortVersionedName ) )
.arg( currentDevice->deviceNode() ) );
@@ -692,9 +688,7 @@ ChoicePage::setupActions( Device *currentDevice )
m_eraseButton->setText( tr( "Erase disk and install %1
"
"This will delete all the data "
"currently present on %2 (if any), including programs, "
- "documents, photos, music, and other files.
"
- "You will be able to review and confirm your choice "
- "before proceeding." )
+ "documents, photos, music, and other files." )
.arg( Calamares::Branding::instance()->
string( Calamares::Branding::ShortVersionedName ) )
.arg( currentDevice->deviceNode() ) );