From a346884c90a87019a4f3115288bd4977824378a3 Mon Sep 17 00:00:00 2001 From: Uwe Date: Mon, 24 Oct 2022 15:21:54 +0200 Subject: [PATCH] [skip CI] [FEM] equation.py: fix a tooltip - the highest priority is computed first, the Wiki page is already correct --- src/Mod/Fem/femsolver/elmer/equations/equation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/femsolver/elmer/equations/equation.py b/src/Mod/Fem/femsolver/elmer/equations/equation.py index 585667a0a7..e373cdf271 100644 --- a/src/Mod/Fem/femsolver/elmer/equations/equation.py +++ b/src/Mod/Fem/femsolver/elmer/equations/equation.py @@ -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." ) )