Fem: Removing "constraint" from the names
Removing "constraint" from the names of most FEM workbench features. https://github.com/FreeCAD/FreeCAD/discussions/10217
This commit is contained in:
committed by
Chris Hennes
parent
0e04d526ec
commit
1adfa88aee
@@ -149,7 +149,7 @@ void TaskFemConstraintFixed::addToSelection()
|
||||
for (const auto & SubElement : SubElements) {
|
||||
if (SubElement.find(searchStr) == std::string::npos) {
|
||||
QString msg = tr(
|
||||
"Only one type of selection (vertex,face or edge) per constraint allowed!");
|
||||
"Only one type of selection (vertex, face or edge) per analysis feature allowed!");
|
||||
QMessageBox::warning(this, tr("Selection error"), msg);
|
||||
addMe = false;
|
||||
break;
|
||||
@@ -275,7 +275,7 @@ void TaskDlgFemConstraintFixed::open()
|
||||
{
|
||||
// a transaction is already open at creation time of the panel
|
||||
if (!Gui::Command::hasPendingCommand()) {
|
||||
QString msg = QObject::tr("Constraint fixed");
|
||||
QString msg = QObject::tr("Fixed boundary condition");
|
||||
Gui::Command::openCommand((const char*)msg.toUtf8());
|
||||
ConstraintView->setVisible(true);
|
||||
Gui::Command::doCommand(
|
||||
|
||||
Reference in New Issue
Block a user