FEM: file ending, use FCStd in FEM strings
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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(
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user