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

@@ -59,7 +59,7 @@ TaskCosmeticLine::TaskCosmeticLine(TechDraw::DrawViewPart* partFeat,
m_ce = m_partFeat->getCosmeticEdgeBySelection(m_edgeName);
if (!m_ce) {
Base::Console().error("TaskCosmeticLine - bad parameters. Can not proceed.\n");
Base::Console().error("TaskCosmeticLine - bad parameters. Cannot proceed.\n");
return;
}
@@ -250,7 +250,7 @@ bool TaskCosmeticLine::accept()
m_partFeat->requestPaint();
} else {
//update mode
Gui::Command::openCommand(QT_TRANSLATE_NOOP("Command", "Update CosmeticLine"));
Gui::Command::openCommand(QT_TRANSLATE_NOOP("Command", "Update Cosmetic Line"));
updateCosmeticLine();
m_partFeat->refreshCEGeoms();
m_partFeat->requestPaint();