FEM: Fix typo in filter function tooltip

This commit is contained in:
marioalexis
2021-02-17 11:04:54 -03:00
committed by wwmayer
parent 2661e0ea47
commit 8b8b12b646

View File

@@ -1537,7 +1537,7 @@ void CmdFemPostFunctions::languageChange()
cmd = a[1];
cmd->setText(QApplication::translate("CmdFemPostFunctions","Sphere"));
cmd->setToolTip(QApplication::translate("FEM_PostCreateFunctions","Create a phere function, defined by its center and radius"));
cmd->setToolTip(QApplication::translate("FEM_PostCreateFunctions","Create a sphere function, defined by its center and radius"));
cmd->setStatusTip(cmd->toolTip());
}