From 93d8347537c3121ea52b6d070164363b5ac55f8c Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Thu, 17 Jan 2019 08:29:00 +0100 Subject: [PATCH] FEM: file ending, use FCStd in FEM strings --- src/Mod/Fem/Gui/DlgSettingsFemGeneral.ui | 4 ++-- src/Mod/Fem/femcommands/commands.py | 2 +- src/Mod/Fem/femsolver/solverbase.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Mod/Fem/Gui/DlgSettingsFemGeneral.ui b/src/Mod/Fem/Gui/DlgSettingsFemGeneral.ui index b3a3a32174..61cf5bf918 100644 --- a/src/Mod/Fem/Gui/DlgSettingsFemGeneral.ui +++ b/src/Mod/Fem/Gui/DlgSettingsFemGeneral.ui @@ -174,7 +174,7 @@ - Beside .fcstd file + Beside .FCStd file Mod/Fem/Elmer @@ -192,7 +192,7 @@ - Create a directory in the same folder in which the fcstd file of the document is located. Use Subfolder for each solver (e.g. for a file ./mydoc.fcstd and a solver with the label Elmer002 use ./mydoc/Elmer002). + Create a directory in the same folder in which the FCStd file of the document is located. Use Subfolder for each solver (e.g. for a file ./mydoc.FCStd and a solver with the label Elmer002 use ./mydoc/Elmer002). true diff --git a/src/Mod/Fem/femcommands/commands.py b/src/Mod/Fem/femcommands/commands.py index 3a003230a9..93d784486f 100644 --- a/src/Mod/Fem/femcommands/commands.py +++ b/src/Mod/Fem/femcommands/commands.py @@ -781,7 +781,7 @@ class _CommandFemSolverRun(CommandManager): "Can't start Solver", "Please save the file before executing the solver. " "This must be done because the location of the working " - "directory is set to \"Beside .fcstd File\".") + "directory is set to \"Beside .FCStd File\".") return except femsolver.run.DirectoryDoesNotExist: QtGui.QMessageBox.critical( diff --git a/src/Mod/Fem/femsolver/solverbase.py b/src/Mod/Fem/femsolver/solverbase.py index 807b2cd213..a0e6061918 100644 --- a/src/Mod/Fem/femsolver/solverbase.py +++ b/src/Mod/Fem/femsolver/solverbase.py @@ -83,7 +83,7 @@ class ViewProxy(object): "Can't open Task Panel", "Please save the file before opening the task panel. " "This must be done because the location of the working " - "directory is set to \"Beside .fcstd File\".") + "directory is set to \"Beside .FCStd File\".") return False except run.DirectoryDoesNotExist: QtGui.QMessageBox.critical(