mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
[partition] [welcome] Simplify retranslation
This commit is contained in:
parent
1cde8c20df
commit
0aabc89449
2 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ DeviceInfoWidget::DeviceInfoWidget( QWidget* parent )
|
||||||
m_ptIcon->setPalette( palette );
|
m_ptIcon->setPalette( palette );
|
||||||
m_ptLabel->setPalette( palette );
|
m_ptLabel->setPalette( palette );
|
||||||
|
|
||||||
CALAMARES_RETRANSLATE( retranslateUi(); )
|
CALAMARES_RETRANSLATE_SLOT( &DeviceInfoWidget::retranslateUi )
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -73,7 +73,7 @@ WelcomePage::WelcomePage( QWidget* parent )
|
||||||
cDebug() << "Welcome string" << Calamares::Branding::instance()->welcomeStyleCalamares()
|
cDebug() << "Welcome string" << Calamares::Branding::instance()->welcomeStyleCalamares()
|
||||||
<< *Calamares::Branding::VersionedName;
|
<< *Calamares::Branding::VersionedName;
|
||||||
|
|
||||||
CALAMARES_RETRANSLATE( retranslate(); )
|
CALAMARES_RETRANSLATE_SLOT( &WelcomePage::retranslate )
|
||||||
|
|
||||||
ui->aboutButton->setIcon( CalamaresUtils::defaultPixmap(
|
ui->aboutButton->setIcon( CalamaresUtils::defaultPixmap(
|
||||||
CalamaresUtils::Information,
|
CalamaresUtils::Information,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue