mirror of https://gitlab.com/pamhyr/pamhyr2
pep8 + debug
parent
00b89635f3
commit
260efc17a9
|
|
@ -282,15 +282,14 @@ class MainTranslate(UnitTranslate):
|
||||||
self._dict["Cancel"] = _translate("MainWindow", "Cancel")
|
self._dict["Cancel"] = _translate("MainWindow", "Cancel")
|
||||||
self._dict["Save"] = _translate("MainWindow", "Save")
|
self._dict["Save"] = _translate("MainWindow", "Save")
|
||||||
self._dict["Close"] = _translate("MainWindow", "Close")
|
self._dict["Close"] = _translate("MainWindow", "Close")
|
||||||
<<<<<<< HEAD
|
|
||||||
self._dict["Solver"] = _translate("MainWindow", "Solver")
|
self._dict["Solver"] = _translate("MainWindow", "Solver")
|
||||||
=======
|
|
||||||
|
|
||||||
self._dict["mb_results_not_found"] = _translate(
|
self._dict["mb_results_not_found"] = _translate(
|
||||||
"MainWindow", "Results can not be loaded"
|
"MainWindow", "Results can not be loaded"
|
||||||
)
|
)
|
||||||
self._dict["mb_results_folder_not_found"] = _translate(
|
self._dict["mb_results_folder_not_found"] = _translate(
|
||||||
"MainWindow", "Results folder does not correspond to a Pamhyr2 solver"
|
"MainWindow",
|
||||||
|
"Results folder does not correspond to a Pamhyr2 solver name"
|
||||||
)
|
)
|
||||||
self._dict["mb_results_bin_not_found"] = _translate(
|
self._dict["mb_results_bin_not_found"] = _translate(
|
||||||
"MainWindow", "Results binary files not found"
|
"MainWindow", "Results binary files not found"
|
||||||
|
|
@ -298,4 +297,3 @@ class MainTranslate(UnitTranslate):
|
||||||
self._dict["mb_results_total_bin_not_found"] = _translate(
|
self._dict["mb_results_total_bin_not_found"] = _translate(
|
||||||
"MainWindow", "total_sediment.bin file not found"
|
"MainWindow", "total_sediment.bin file not found"
|
||||||
)
|
)
|
||||||
>>>>>>> 3bbc55b (add a warning window when opening Adis-TS results from file if wrong directory)
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue