mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
Add RETRANSLATE macro to CalamaresUtils::Retranslator.
This commit is contained in:
parent
2c8aa950a3
commit
945b59748a
2 changed files with 6 additions and 3 deletions
|
@ -121,11 +121,10 @@ LocalePage::LocalePage( QWidget* parent )
|
|||
m_blockTzWidgetSet = false;
|
||||
});
|
||||
|
||||
new CalamaresUtils::Retranslator( this, [this]
|
||||
{
|
||||
RETRANSLATE(
|
||||
m_cityLabel->setText( tr( "Region:" ) );
|
||||
m_timezoneLabel->setText( tr( "Zone:" ) );
|
||||
} );
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue