FEM: file ending, use FCStd in FEM strings

This commit is contained in:
Bernd Hahnebach
2019-01-17 08:29:00 +01:00
committed by wmayer
parent a766705193
commit 93d8347537
3 changed files with 4 additions and 4 deletions

View File

@@ -174,7 +174,7 @@
</font>
</property>
<property name="text">
<string>Beside .fcstd file</string>
<string>Beside .FCStd file</string>
</property>
<property name="prefPath" stdset="0">
<cstring>Mod/Fem/Elmer</cstring>
@@ -192,7 +192,7 @@
</font>
</property>
<property name="text">
<string>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).</string>
<string>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).</string>
</property>
<property name="wordWrap">
<bool>true</bool>

View File

@@ -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(

View File

@@ -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(