TechDraw: Update UI strings for consistency

Closes: #22143
This commit is contained in:
Ryan Kembrey
2025-06-23 18:43:09 +10:00
committed by Kacper Donat
parent bee89d0447
commit 75b2ef67fc
93 changed files with 1112 additions and 1294 deletions

View File

@@ -70,7 +70,7 @@ void TaskGeomHatch::initUi()
if (nameIndex > -1) {
ui->cbName->setCurrentIndex(nameIndex);
} else {
Base::Console().warning("Warning - Pattern name *%s* not found in current PAT File\n", m_name.c_str());
Base::Console().warning("Warning - Pattern name *%s* not found in current PAT file\n", m_name.c_str());
}
connect(ui->cbName, qOverload<int>(&QComboBox::currentIndexChanged), this, &TaskGeomHatch::onNameChanged);