[TD]Section dialogs minor fixes

- make simple and complex dialogs consistent
- fix translation contexts
This commit is contained in:
wandererfan
2022-11-10 16:08:53 -05:00
committed by WandererFan
parent b8eee9c0f2
commit 48996a15a9
4 changed files with 39 additions and 45 deletions

View File

@@ -176,7 +176,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("TaskPojGroup", "No direction set"));
QString msgLiteral = QString::fromUtf8(QT_TRANSLATE_NOOP("TaskComplexSection", "No direction set"));
ui->lPendingUpdates->setText(msgLiteral);
}