|
|
@ -207,9 +207,7 @@ ChoicePage::setupChoices()
|
|
|
|
m_somethingElseButton = new PrettyRadioButton;
|
|
|
|
m_somethingElseButton = new PrettyRadioButton;
|
|
|
|
CALAMARES_RETRANSLATE(
|
|
|
|
CALAMARES_RETRANSLATE(
|
|
|
|
m_somethingElseButton->setText( tr( "<strong>Manual partitioning</strong><br/>"
|
|
|
|
m_somethingElseButton->setText( tr( "<strong>Manual partitioning</strong><br/>"
|
|
|
|
"You can create or resize partitions yourself." )
|
|
|
|
"You can create or resize partitions yourself." ) );
|
|
|
|
.arg( Calamares::Branding::instance()->
|
|
|
|
|
|
|
|
string( Calamares::Branding::ShortVersionedName ) ) );
|
|
|
|
|
|
|
|
)
|
|
|
|
)
|
|
|
|
m_somethingElseButton->setIconSize( iconSize );
|
|
|
|
m_somethingElseButton->setIconSize( iconSize );
|
|
|
|
m_somethingElseButton->setIcon( CalamaresUtils::defaultPixmap( CalamaresUtils::PartitionManual,
|
|
|
|
m_somethingElseButton->setIcon( CalamaresUtils::defaultPixmap( CalamaresUtils::PartitionManual,
|
|
|
|