[chronojump] Fixed bug in graph oj jumpSimpleSubtraction
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Fixed bug in graph oj jumpSimpleSubtraction
- Date: Wed, 30 Mar 2011 16:41:13 +0000 (UTC)
commit 33333eadf6b07b4ea3532ddd17048b7628fe434a
Author: Xavier de Blas <xaviblas gmail com>
Date: Wed Mar 30 18:40:33 2011 +0200
Fixed bug in graph oj jumpSimpleSubtraction
src/stats/graphs/jumpSimpleSubtraction.cs | 6 +++---
src/stats/jumpSimpleSubtraction.cs | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/stats/graphs/jumpSimpleSubtraction.cs b/src/stats/graphs/jumpSimpleSubtraction.cs
index 6f5efe0..3e9ed0c 100644
--- a/src/stats/graphs/jumpSimpleSubtraction.cs
+++ b/src/stats/graphs/jumpSimpleSubtraction.cs
@@ -72,7 +72,7 @@ public class GraphJumpSimpleSubtraction : StatJumpSimpleSubtraction
serieJump1 = new GraphSerie();
serieJump2 = new GraphSerie();
- serieResultPercent.Title = Catalog.GetString("ResultPercent");
+ serieResultPercent.Title = Catalog.GetString("Result") + " %";
serieJump1.Title = test1;
serieJump2.Title = test2;
@@ -80,7 +80,7 @@ public class GraphJumpSimpleSubtraction : StatJumpSimpleSubtraction
serieJump1.IsLeftAxis = false;
serieJump2.IsLeftAxis = false;
- CurrentGraphData.LabelLeft = Catalog.GetString("Result") + "(%)";
+ CurrentGraphData.LabelLeft = Catalog.GetString("Result") + " %";
CurrentGraphData.LabelRight =
test1 + " " + Catalog.GetString("TF") + "(s), " +
test2 + " " + Catalog.GetString("TF") + "(s)";
@@ -89,7 +89,7 @@ public class GraphJumpSimpleSubtraction : StatJumpSimpleSubtraction
string [] stringFullResults = sessions[i].ToString().Split(new char[] {':'});
CurrentGraphData.XAxisNames.Add(stringFullResults[1].ToString());
}
- CurrentGraphData.LabelLeft = Catalog.GetString("Result") + "(%)";
+ CurrentGraphData.LabelLeft = Catalog.GetString("Result") + " %";
CurrentGraphData.LabelRight = "";
}
}
diff --git a/src/stats/jumpSimpleSubtraction.cs b/src/stats/jumpSimpleSubtraction.cs
index 0ba6546..cdf668c 100644
--- a/src/stats/jumpSimpleSubtraction.cs
+++ b/src/stats/jumpSimpleSubtraction.cs
@@ -57,7 +57,7 @@ public class StatJumpSimpleSubtraction : Stat
}
columnsString[0] = Catalog.GetString("Jumper");
- columnsString[1] = Catalog.GetString("Result %");
+ columnsString[1] = Catalog.GetString("Result") + " %";
columnsString[2] = Catalog.GetString("Result");
columnsString[3] = test1;
columnsString[4] = test2;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]