diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp index ccbedeb3a..5829d752f 100644 --- a/src/modules/partition/gui/ChoicePage.cpp +++ b/src/modules/partition/gui/ChoicePage.cpp @@ -609,11 +609,8 @@ ChoicePage::setupActions( Device *currentDevice ) "before any change is made to the storage device." ) .arg( osName ) ); - m_alongsideButton->setText( tr( "Install %2 alongside %1
" - "The installer will shrink the %1 volume to make room for %2. " - "You can choose which operating system you want each time the " - "computer starts up." ) - .arg( osName ) + m_alongsideButton->setText( tr( "Install alongside
" + "The installer will shrink a volume to make room for %1." ) .arg( Calamares::Branding::instance()-> string( Calamares::Branding::ShortVersionedName ) ) ); @@ -638,14 +635,10 @@ ChoicePage::setupActions( Device *currentDevice ) "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. " - "You can choose which operating system you want each time the " - "computer starts up." ) + m_alongsideButton->setText( tr( "Install alongside
" + "The installer will shrink a volume to make room for %1." ) .arg( Calamares::Branding::instance()-> - string( Calamares::Branding::ShortVersionedName ) ) - .arg( Calamares::Branding::instance()-> - string( Calamares::Branding::ShortProductName ) ) ); + string( Calamares::Branding::ShortVersionedName ) ) ); m_eraseButton->setText( tr( "Erase disk
" "This will delete all the data " @@ -683,14 +676,10 @@ ChoicePage::setupActions( Device *currentDevice ) "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. " - "You can choose which operating system you want each time the " - "computer starts up." ) + m_alongsideButton->setText( tr( "Install alongside
" + "The installer will shrink a volume to make room for %1." ) .arg( Calamares::Branding::instance()-> - string( Calamares::Branding::ShortVersionedName ) ) - .arg( Calamares::Branding::instance()-> - string( Calamares::Branding::ShortProductName ) ) ); + string( Calamares::Branding::ShortVersionedName ) ) ); m_eraseButton->setText( tr( "Erase disk
" "This will delete all the data "