[chronojump] Better string for ChronojumpProfile



commit ad3f6cc067ae1edb6c9274e2054c5527bb838f7a
Author: Xavier de Blas <xaviblas gmail com>
Date:   Sat Nov 1 15:36:48 2014 +0100

    Better string for ChronojumpProfile

 src/stats/chronojumpProfile.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/stats/chronojumpProfile.cs b/src/stats/chronojumpProfile.cs
index 5068079..2e06c6e 100644
--- a/src/stats/chronojumpProfile.cs
+++ b/src/stats/chronojumpProfile.cs
@@ -30,9 +30,9 @@ public class StatChronojumpProfile : Stat
        protected string [] columnsString = { 
                Catalog.GetString("Jumper"), 
                Catalog.GetString("F max"), 
-               Catalog.GetString("F explossive"), 
-               Catalog.GetString("Cap. Elast"),
-               Catalog.GetString("Cap. Arms"), 
+               Catalog.GetString("F explosive"), 
+               Catalog.GetString("Elastic cap."),
+               Catalog.GetString("Arms use."), 
                Catalog.GetString("F reactive") };
        
        //if this is not present i have problems like (No overload for method `xxx' takes `0' arguments) with 
some inherited classes


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