From 3beebf41376d98777fff08d6217712d19ec4c8ca Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Thu, 3 Dec 2015 14:39:23 +0100 Subject: [PATCH] String improvement. --- src/modules/partition/gui/ChoicePage.cpp | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) 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() ) );