[skip CI] [FEM] equation.py: fix a tooltip

- the highest priority is computed first, the Wiki page is already correct
This commit is contained in:
Uwe
2022-10-24 15:21:54 +02:00
parent 60d7b1d834
commit a346884c90

View File

@@ -47,7 +47,7 @@ class Proxy(equationbase.BaseProxy):
"Base",
(
"Number of your choice\n"
"The equation with lowest number\n"
"The equation with highest number\n"
"will be solved first."
)
)