[chronojump] Fixed typo in string



commit ef1531bbf84137863caebdd0d4d203e7794dc5e0
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Fri Apr 4 17:01:48 2014 +0200

    Fixed typo in string

 src/gui/encoder.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/encoder.cs b/src/gui/encoder.cs
index d432007..df43195 100644
--- a/src/gui/encoder.cs
+++ b/src/gui/encoder.cs
@@ -2649,7 +2649,7 @@ Log.WriteLine(str);
                //currently only active on neuromuscular profile
 
                string str = 
-                       Catalog.GetString("About Neuromucular Profile") + "\n\n" +
+                       Catalog.GetString("About Neuromuscular Profile") + "\n\n" +
                        Catalog.GetString("Load = Average eccentric RFD (Ratio of Force Development)") + " 
(N/s)\n" +
                        Catalog.GetString("Explode = Average relative concentric RFD") + " (N/s/kg)\n" +
                        Catalog.GetString("Drive = Average relative concentric Impulse") + " (N*s/kg)\n\n" +


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