PartDesign: Update UI strings for consistency and correct for new fuctions and typos
Closes: #22128
This commit is contained in:
committed by
Kacper Donat
parent
996bb28199
commit
be0c0e7a74
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user