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

@@ -508,7 +508,7 @@ int DrawProjGroup::removeProjection(const char* viewProjType)
// TODO: shouldn't be able to delete "Front" unless deleting whole group
if (checkViewProjType(viewProjType)) {
if (!hasProjection(viewProjType)) {
throw Base::RuntimeError("The projection doesn't exist in the group");
throw Base::RuntimeError("The projection does not exist in the group");
}
// Iterate through the child views and find the projection type