FEM: source comment typo fixes

This commit is contained in:
luz.paz
2018-12-31 14:56:03 -06:00
committed by Yorik van Havre
parent 0274e73a8d
commit 0a25f7fd58
2 changed files with 4 additions and 4 deletions

View File

@@ -165,7 +165,7 @@ class _TaskPanelFemMaterial:
self.choose_material(index) # fill input fields and set the current material in the cb widget
else:
# we found our exact material in self.materials dict :-)
FreeCAD.Console.PrintMessage("Previously used material card was found in material directories. We gone use this material.\n")
FreeCAD.Console.PrintMessage("Previously used material card was found in material directories. We will use this material.\n")
index = self.parameterWidget.cb_materials.findData(self.card_path)
# print(index)
self.choose_material(index) # fill input fields and set the current material in the cb widget