diff --git a/src/Mod/Fem/feminout/importCcxDatResults.py b/src/Mod/Fem/feminout/importCcxDatResults.py index 72c319a94d..cde7672052 100644 --- a/src/Mod/Fem/feminout/importCcxDatResults.py +++ b/src/Mod/Fem/feminout/importCcxDatResults.py @@ -22,7 +22,7 @@ # * * # *************************************************************************** -__title__ = "importCcxDatResults" +__title__ = "Result import for Calculix dat file format" __author__ = "Przemo Firszt, Bernd Hahnebach" __url__ = "http://www.freecadweb.org" diff --git a/src/Mod/Fem/feminout/importCcxFrdResults.py b/src/Mod/Fem/feminout/importCcxFrdResults.py index 2be34bcc4d..a66b01a6d2 100644 --- a/src/Mod/Fem/feminout/importCcxFrdResults.py +++ b/src/Mod/Fem/feminout/importCcxFrdResults.py @@ -23,7 +23,7 @@ # * * # *************************************************************************** -__title__ = "FreeCAD Calculix library" +__title__ = "Result import for Calculix frd file format" __author__ = "Juergen Riegel , Michael Hindley, Bernd Hahnebach" __url__ = "http://www.freecadweb.org" diff --git a/src/Mod/Fem/feminout/importFenicsMesh.py b/src/Mod/Fem/feminout/importFenicsMesh.py index 93fffefc9e..df9421143f 100644 --- a/src/Mod/Fem/feminout/importFenicsMesh.py +++ b/src/Mod/Fem/feminout/importFenicsMesh.py @@ -21,7 +21,7 @@ # * * # *************************************************************************** -__title__ = "FreeCAD Fenics mesh reader and writer" +__title__ = "Mesh import and export for Fenics mesh file format" __author__ = "Johannes Hartung" __url__ = "http://www.freecadweb.org" diff --git a/src/Mod/Fem/feminout/importInpMesh.py b/src/Mod/Fem/feminout/importInpMesh.py index e4de5dde0f..ebb37a1ab1 100644 --- a/src/Mod/Fem/feminout/importInpMesh.py +++ b/src/Mod/Fem/feminout/importInpMesh.py @@ -22,7 +22,7 @@ # * * # *************************************************************************** -__title__ = "FreeCAD .inp file reader" +__title__ = "Mesh import for Abacus/CalculiX inp file format" __author__ = "Frantisek Loeffelmann, Bernd Hahnebach" __url__ = "http://www.freecadweb.org" __date__ = "04/08/2016" diff --git a/src/Mod/Fem/feminout/importVTKResults.py b/src/Mod/Fem/feminout/importVTKResults.py index d6023998a2..0a4e677dd0 100644 --- a/src/Mod/Fem/feminout/importVTKResults.py +++ b/src/Mod/Fem/feminout/importVTKResults.py @@ -22,7 +22,7 @@ # * * # *************************************************************************** -__title__ = "FreeCAD Result import and export VTK file library" +__title__ = "Result import and export for VTK file format" __author__ = "Qingfeng Xia, Bernd Hahnebach" __url__ = "http://www.freecadweb.org" diff --git a/src/Mod/Fem/feminout/importZ88Mesh.py b/src/Mod/Fem/feminout/importZ88Mesh.py index 7bc92951d0..5e4165e7ce 100644 --- a/src/Mod/Fem/feminout/importZ88Mesh.py +++ b/src/Mod/Fem/feminout/importZ88Mesh.py @@ -21,7 +21,7 @@ # * * # *************************************************************************** -__title__ = "FreeCAD Z88 Mesh reader and writer" +__title__ = "Mesh import and export for Z88 mesh file format" __author__ = "Bernd Hahnebach" __url__ = "http://www.freecadweb.org" diff --git a/src/Mod/Fem/feminout/importZ88O2Results.py b/src/Mod/Fem/feminout/importZ88O2Results.py index 2b4618e49f..bfc70d5cc2 100644 --- a/src/Mod/Fem/feminout/importZ88O2Results.py +++ b/src/Mod/Fem/feminout/importZ88O2Results.py @@ -21,7 +21,7 @@ # * * # *************************************************************************** -__title__ = "FreeCAD Z88 Disp Reader" +__title__ = "Result import for Z88 displacements format" __author__ = "Bernd Hahnebach" __url__ = "http://www.freecadweb.org"