FEM: Update UI strings for consistency
This commit is contained in:
committed by
Chris Hennes
parent
3cce6ffa3c
commit
dd702da1bc
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user