PartDesign: Update UI strings for consistency and correct for new fuctions and typos

Closes: #22128
This commit is contained in:
Max Wilfinger
2025-06-22 15:09:10 +02:00
committed by Kacper Donat
parent 996bb28199
commit be0c0e7a74
87 changed files with 436 additions and 437 deletions

View File

@@ -73,7 +73,7 @@ bool ViewProviderDressUp::setEdit(int ModNum) {
} else {
QMessageBox::warning ( nullptr, QObject::tr("Feature error"),
QObject::tr("%1 misses a base feature.\n"
"This feature is broken and can't be edited.")
"This feature is broken and cannot be edited.")
.arg( QString::fromLatin1(dressUp->getNameInDocument()) )
);
return false;