[chronojump] Jumps: Added units on Power at treeview execute



commit 1c939290956ed2099a3bd07061c16799ef06a9c2
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed Jan 30 16:25:12 2019 +0100

    Jumps: Added units on Power at treeview execute

 src/treeViewJump.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/treeViewJump.cs b/src/treeViewJump.cs
index 89cdfda1..4acf16a6 100644
--- a/src/treeViewJump.cs
+++ b/src/treeViewJump.cs
@@ -31,7 +31,7 @@ public class TreeViewJumps : TreeViewEvent
        protected string weightName = Catalog.GetString("Extra weight");
        protected string fallName = Catalog.GetString("Fall") + "\n(cm)";
        protected string heightName = Catalog.GetString("Height") + "\n(cm)";
-       protected string powerName = Catalog.GetString("Power");
+       protected string powerName = Catalog.GetString("Power") + "\n(W)";
        protected string stiffnessName = Catalog.GetString("Stiffness") + "\n(N/m)";
        protected string initialSpeedName = Catalog.GetString("Initial Speed");
        protected string angleName = Catalog.GetString("Angle");


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]