From 496d917d946ea499b1299a813953176978f492ba Mon Sep 17 00:00:00 2001 From: demmm Date: Wed, 23 Dec 2015 22:00:54 -0500 Subject: [PATCH] add strong in selectLabel --- src/modules/partition/gui/ChoicePage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;