[TD]Section dialogs minor fixes
- make simple and complex dialogs consistent - fix translation contexts
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user