TD: Correct translation in TaskComplexSection

This commit is contained in:
Chris Hennes
2023-08-12 11:38:53 -07:00
committed by WandererFan
parent 07e4d34b04
commit 62087c2561

View File

@@ -169,9 +169,7 @@ void TaskComplexSection::setUiPrimary()
//don't allow updates until a direction is picked
ui->pbUpdateNow->setEnabled(false);
ui->cbLiveUpdate->setEnabled(false);
QString msgLiteral =
QString::fromUtf8(QT_TRANSLATE_NOOP("TaskComplexSection", "No direction set"));
ui->lPendingUpdates->setText(msgLiteral);
ui->lPendingUpdates->setText(tr("No direction set"));
}
void TaskComplexSection::setUiEdit()