[chronojump] Added stiffness units



commit afc5617f2b733752f7d868e27d154f088a21602d
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Mar 17 17:24:05 2015 +0100

    Added stiffness units

 src/treeViewJump.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/treeViewJump.cs b/src/treeViewJump.cs
index 8f59e02..15d3113 100644
--- a/src/treeViewJump.cs
+++ b/src/treeViewJump.cs
@@ -32,7 +32,7 @@ public class TreeViewJumps : TreeViewEvent
        protected string fallName = Catalog.GetString("Fall") + "\n(cm)";
        protected string heightName = Catalog.GetString("Height") + "\n(cm)";
        protected string powerName = Catalog.GetString("Power");
-       protected string stiffnessName = Catalog.GetString("Stiffness");
+       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]