Use it in manual partitioning.

This commit is contained in:
Teo Mrnjavac 2015-12-31 14:14:25 +01:00
parent 427b930531
commit 44bc06eb4c

View File

@ -206,10 +206,6 @@ PartitionPage::onRevertClicked()
m_ui->deviceComboBox->setCurrentIndex( oldIndex );
updateFromCurrentDevice();
} ),
tr( "Scanning storage devices..." ),
tr( "%1 Partitioning" )
.arg( Calamares::Branding::instance()->
string( Calamares::Branding::ShortProductName ) ),
this );
}