[chronojump] Contacts "Weight" -> "Extra weight"
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Contacts "Weight" -> "Extra weight"
- Date: Tue, 3 Jun 2014 09:07:48 +0000 (UTC)
commit 7688fa0ad40704b526f49a989bfa28370e3e9e4a
Author: Xavier de Blas <xaviblas gmail com>
Date: Mon Jun 2 15:24:22 2014 +0200
Contacts "Weight" -> "Extra weight"
src/stats/graphs/sjCmjAbkPlus.cs | 4 ++--
src/stats/sjCmjAbkPlus.cs | 4 ++--
src/treeViewJump.cs | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/stats/graphs/sjCmjAbkPlus.cs b/src/stats/graphs/sjCmjAbkPlus.cs
index 8d57fce..71fbe8f 100644
--- a/src/stats/graphs/sjCmjAbkPlus.cs
+++ b/src/stats/graphs/sjCmjAbkPlus.cs
@@ -15,7 +15,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * Copyright (C) 2004-2009 Xavier de Blas <xaviblas gmail com>
+ * Copyright (C) 2004-2014 Xavier de Blas <xaviblas gmail com>
*/
using System;
@@ -63,7 +63,7 @@ public class GraphSjCmjAbkPlus : StatSjCmjAbkPlus
serieHeight = new GraphSerie();
serieWeight = new GraphSerie();
- string weightName = Catalog.GetString("Weight");
+ string weightName = Catalog.GetString("Extra weight");
if(weightPercentPreferred)
weightName += " %";
diff --git a/src/stats/sjCmjAbkPlus.cs b/src/stats/sjCmjAbkPlus.cs
index 20b1281..86bdae5 100644
--- a/src/stats/sjCmjAbkPlus.cs
+++ b/src/stats/sjCmjAbkPlus.cs
@@ -15,7 +15,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * Copyright (C) 2004-2009 Xavier de Blas <xaviblas gmail com>
+ * Copyright (C) 2004-2014 Xavier de Blas <xaviblas gmail com>
*/
using System;
@@ -54,7 +54,7 @@ public class StatSjCmjAbkPlus : Stat
}
weightPercentPreferred = myStatTypeStruct.WeightStatsPercent;
- string weightName = Catalog.GetString("Weight");
+ string weightName = Catalog.GetString("Extra weight");
if(weightPercentPreferred)
weightName += " %";
else
diff --git a/src/treeViewJump.cs b/src/treeViewJump.cs
index 8990a21..786684f 100644
--- a/src/treeViewJump.cs
+++ b/src/treeViewJump.cs
@@ -15,7 +15,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * Copyright (C) 2004-2009 Xavier de Blas <xaviblas gmail com>
+ * Copyright (C) 2004-2014 Xavier de Blas <xaviblas gmail com>
*/
using System;
@@ -35,7 +35,7 @@ public class TreeViewJumps : TreeViewEvent
protected bool showDjIndex;
protected string jumperName = Catalog.GetString("Jumper");
- protected string weightName = Catalog.GetString("Weight");
+ protected string weightName = Catalog.GetString("Extra weight");
protected string fallName = Catalog.GetString("Fall") + "\n(cm)";
protected string heightName = Catalog.GetString("Height") + "\n(cm)";
protected string powerName = Catalog.GetString("Power") + "\n(" + Catalog.GetString("see
Preferences") +")";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]