From bf5d0d8862b063bc8b97f2d4bbc3c61d73bc8342 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Mon, 21 Dec 2015 11:24:06 +0100 Subject: [PATCH] Strings: s/volume/partition/ --- src/modules/partition/gui/ChoicePage.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp index afe0b1775..23ae9fab2 100644 --- a/src/modules/partition/gui/ChoicePage.cpp +++ b/src/modules/partition/gui/ChoicePage.cpp @@ -673,7 +673,7 @@ ChoicePage::setupActions() .arg( osName ) ); m_alongsideButton->setText( tr( "Install alongside
" - "The installer will shrink a volume to make room for %1." ) + "The installer will shrink a partition to make room for %1." ) .arg( Calamares::Branding::instance()-> string( Calamares::Branding::ShortVersionedName ) ) ); @@ -697,7 +697,7 @@ ChoicePage::setupActions() "before any change is made to the storage device." ) ); m_alongsideButton->setText( tr( "Install alongside
" - "The installer will shrink a volume to make room for %1." ) + "The installer will shrink a partition to make room for %1." ) .arg( Calamares::Branding::instance()-> string( Calamares::Branding::ShortVersionedName ) ) ); @@ -736,7 +736,7 @@ ChoicePage::setupActions() "before any change is made to the storage device." ) ); m_alongsideButton->setText( tr( "Install alongside
" - "The installer will shrink a volume to make room for %1." ) + "The installer will shrink a partition to make room for %1." ) .arg( Calamares::Branding::instance()-> string( Calamares::Branding::ShortVersionedName ) ) );