TD: Correct translation in TaskComplexSection
This commit is contained in:
committed by
WandererFan
parent
07e4d34b04
commit
62087c2561
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user