[chronojump] endoder: "Impulse" will be translated on graph.R



commit ce1f9efcc9f738534dcd242f3df946d802bf0882
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Nov 14 15:00:01 2019 +0100

    endoder: "Impulse" will be translated on graph.R

 src/constants.cs | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/constants.cs b/src/constants.cs
index f34eebd5..b75b6643 100644
--- a/src/constants.cs
+++ b/src/constants.cs
@@ -1308,7 +1308,8 @@ public class Constants
                "Maximum mean power using the F-V profile",
                "Mean power parabole using the Power-Load data",
                "Propulsive",
-               "Non propulsive"
+               "Non propulsive",
+               "Impulse"
        };
        /*
         * written here in order to be translated
@@ -1359,6 +1360,7 @@ public class Constants
                Catalog.GetString("Maximum mean power using the F-V profile"),
                Catalog.GetString("Mean power parabole using the Power-Load data"),
                Catalog.GetString("Propulsive"),
-               Catalog.GetString("Non propulsive")
+               Catalog.GetString("Non propulsive"),
+               Catalog.GetString("Impulse")
        };
 }


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