mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
[partition-module] fix 'QString::arg: Argument missing' issue
This commit is contained in:
parent
c7ae18df4d
commit
91e1e4af6b
1 changed files with 1 additions and 3 deletions
|
@ -207,9 +207,7 @@ ChoicePage::setupChoices()
|
|||
m_somethingElseButton = new PrettyRadioButton;
|
||||
CALAMARES_RETRANSLATE(
|
||||
m_somethingElseButton->setText( tr( "<strong>Manual partitioning</strong><br/>"
|
||||
"You can create or resize partitions yourself." )
|
||||
.arg( Calamares::Branding::instance()->
|
||||
string( Calamares::Branding::ShortVersionedName ) ) );
|
||||
"You can create or resize partitions yourself." ) );
|
||||
)
|
||||
m_somethingElseButton->setIconSize( iconSize );
|
||||
m_somethingElseButton->setIcon( CalamaresUtils::defaultPixmap( CalamaresUtils::PartitionManual,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue