diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp index d5c3d93f8..50b9121ac 100644 --- a/src/modules/partition/gui/ChoicePage.cpp +++ b/src/modules/partition/gui/ChoicePage.cpp @@ -587,7 +587,7 @@ ChoicePage::updateActionChoicePreview( ChoicePage::Choice choice ) else { m_selectLabel->show(); - m_selectLabel->setText( tr( "Select which partition to replace" ) ); + m_selectLabel->setText( tr( "Select which partition to replace" ) ); } break;