Little fix: correct retranslate osOptionCheck
--HG-- branch : feature
This commit is contained in:
parent
31aee635e4
commit
eabbcb2e2b
|
@ -336,7 +336,7 @@ void TapeConfigurationPage::RetranslateUi()
|
||||||
langGroup->setTitle(tr("Language"));
|
langGroup->setTitle(tr("Language"));
|
||||||
guiLabel->setText(tr("GUI language:"));
|
guiLabel->setText(tr("GUI language:"));
|
||||||
separatorLabel->setText(tr("Decimal separator parts:"));
|
separatorLabel->setText(tr("Decimal separator parts:"));
|
||||||
osOptionCheck = new QCheckBox(tr("With OS options (%1)").arg(QLocale::system().decimalPoint().toLatin1()));
|
osOptionCheck->setText(tr("With OS options (%1)").arg(QLocale::system().decimalPoint().toLatin1()));
|
||||||
|
|
||||||
pmSystemGroup->setTitle(tr("Pattern making system"));
|
pmSystemGroup->setTitle(tr("Pattern making system"));
|
||||||
systemLabel->setText(tr("Pattern making system:"));
|
systemLabel->setText(tr("Pattern making system:"));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user