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 be0c0e7a74
commit bbfbb6e059
93 changed files with 1112 additions and 1294 deletions

View File

@@ -227,7 +227,7 @@ void TaskHatch::createHatch()
Base::Vector3d offset(ui->dsbOffsetX->value(), ui->dsbOffsetY->value(), 0.0);
m_vp->HatchOffset.setValue(offset);
} else {
Base::Console().error("TaskHatch - Hatch has no ViewProvider\n");
Base::Console().error("TaskHatch - hatch has no ViewProvider\n");
}
Command::commitCommand();
}