[chronojump] Minor gui improvements



commit 312a7b848cec6ac179e4b77b812b27226e0dae75
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Jan 7 23:34:35 2013 +0100

    Minor gui improvements

 glade/chronojump.glade |   18 ++++++++++++------
 src/constants.cs       |    2 +-
 2 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/glade/chronojump.glade b/glade/chronojump.glade
index e73aa23..a846e54 100644
--- a/glade/chronojump.glade
+++ b/glade/chronojump.glade
@@ -6568,8 +6568,9 @@ Second Chronopic to platforms.</property>
                                                             <widget class="GtkLabel" id="label253">
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">False</property>
+                                                            <property name="tooltip" translatable="yes">Person average on this test</property>
                                                             <property name="xalign">0</property>
-                                                            <property name="label" translatable="yes">Person AVG</property>
+                                                            <property name="label" translatable="yes">Person</property>
                                                             <property name="justify">center</property>
                                                             </widget>
                                                             <packing>
@@ -6582,8 +6583,9 @@ Second Chronopic to platforms.</property>
                                                             <widget class="GtkLabel" id="label254">
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">False</property>
+                                                            <property name="tooltip" translatable="yes">Session average on this test</property>
                                                             <property name="xalign">0</property>
-                                                            <property name="label" translatable="yes">Session AVG</property>
+                                                            <property name="label" translatable="yes">Session</property>
                                                             <property name="use_markup">True</property>
                                                             <property name="justify">center</property>
                                                             </widget>
@@ -7104,8 +7106,9 @@ Second Chronopic to platforms.</property>
                                                             <widget class="GtkLabel" id="label280">
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">False</property>
+                                                            <property name="tooltip" translatable="yes">Person average on this test</property>
                                                             <property name="xalign">0</property>
-                                                            <property name="label" translatable="yes">Person AVG</property>
+                                                            <property name="label" translatable="yes">Person</property>
                                                             <property name="justify">center</property>
                                                             </widget>
                                                             <packing>
@@ -7118,8 +7121,9 @@ Second Chronopic to platforms.</property>
                                                             <widget class="GtkLabel" id="label281">
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">False</property>
+                                                            <property name="tooltip" translatable="yes">Session average on this test</property>
                                                             <property name="xalign">0</property>
-                                                            <property name="label" translatable="yes">Session AVG</property>
+                                                            <property name="label" translatable="yes">Session</property>
                                                             <property name="use_markup">True</property>
                                                             <property name="justify">center</property>
                                                             </widget>
@@ -7671,8 +7675,9 @@ Second Chronopic to platforms.</property>
                                                             <widget class="GtkLabel" id="label452">
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">False</property>
+                                                            <property name="tooltip" translatable="yes">Person average on this test</property>
                                                             <property name="xalign">0</property>
-                                                            <property name="label" translatable="yes">Person AVG</property>
+                                                            <property name="label" translatable="yes">Person</property>
                                                             <property name="justify">center</property>
                                                             </widget>
                                                             <packing>
@@ -7685,8 +7690,9 @@ Second Chronopic to platforms.</property>
                                                             <widget class="GtkLabel" id="label453">
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">False</property>
+                                                            <property name="tooltip" translatable="yes">Session average on this test</property>
                                                             <property name="xalign">0</property>
-                                                            <property name="label" translatable="yes">Session AVG</property>
+                                                            <property name="label" translatable="yes">Session</property>
                                                             <property name="use_markup">True</property>
                                                             <property name="justify">center</property>
                                                             </widget>
diff --git a/src/constants.cs b/src/constants.cs
index 8e1a34f..16b533e 100644
--- a/src/constants.cs
+++ b/src/constants.cs
@@ -177,7 +177,7 @@ public class Constants
 		"SQRT(2*9,81* " + Catalog.GetString("height") + "(m))";
 */
 	public static string PotencyLewisFormulaShort = Catalog.GetString("Peak power") + " (Lewis, 1974) " +
-		" " + Catalog.GetString("adapted (added g to have Watts)");
+		"\n" + Catalog.GetString("adapted (added g to have Watts)");
 	public static string PotencyLewisFormula = PotencyLewisFormulaShort + "\n" +
 		"(SQRT(4,9)*9,8*(" + Catalog.GetString("body weight") + "+" + Catalog.GetString("extra weight") + ") * SQRT(" + Catalog.GetString("height") + "(m)))";
 	//see: http://www.dtic.mil/cgi-bin/GetTRDoc?AD=ADA218194&Location=U2&doc=GetTRDoc.pdf



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