FEM: Update UI strings for consistency

This commit is contained in:
Max Wilfinger
2025-06-29 15:25:02 +02:00
committed by Chris Hennes
parent 3cce6ffa3c
commit dd702da1bc
103 changed files with 545 additions and 558 deletions

View File

@@ -166,10 +166,9 @@ void TaskFemConstraintBearing::onSelectionChanged(const Gui::SelectionChanges& m
std::vector<std::string> SubElements = pcConstraint->References.getSubValues();
if (!Objects.empty()) {
QMessageBox::warning(
this,
tr("Selection error"),
tr("Please use only a single reference for bearing constraint"));
QMessageBox::warning(this,
tr("Selection error"),
tr("Use only a single reference for bearing constraint"));
return;
}
if (subName.substr(0, 4) != "Face") {