From a9e241d2882be09a39b0b9f55c1d39ec4e2907dc Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Fri, 4 Dec 2015 16:23:59 +0100 Subject: [PATCH] Fix strings. --- src/modules/partition/gui/ChoicePage.cpp | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp index b61db0b49..d4426b8d5 100644 --- a/src/modules/partition/gui/ChoicePage.cpp +++ b/src/modules/partition/gui/ChoicePage.cpp @@ -605,7 +605,9 @@ ChoicePage::setupActions( Device *currentDevice ) { CALAMARES_RETRANSLATE( m_messageLabel->setText( tr( "This storage device has %1 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." ) .arg( osName ) ); m_alongsideButton->setText( tr( "Install %2 alongside %1
" @@ -636,7 +638,9 @@ ChoicePage::setupActions( Device *currentDevice ) { CALAMARES_RETRANSLATE( m_messageLabel->setText( tr( "This storage device already has 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_alongsideButton->setText( tr( "Install %1 alongside your current operating system
" "The installer will shrink an existing volume to make room for %2. " @@ -681,7 +685,9 @@ ChoicePage::setupActions( Device *currentDevice ) CALAMARES_RETRANSLATE( m_messageLabel->setText( tr( "This storage device has multiple operating systems 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_alongsideButton->setText( tr( "Install %1 alongside your current operating systems
" "The installer will shrink an existing volume to make room for %2. "