[chronojump] "Lap time" instead of "TF" at repair runInterval



commit e546241c2640434cae99575c02234dc2ab38c2a6
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Jul 16 11:59:36 2019 +0200

    "Lap time" instead of "TF" at repair runInterval

 src/gui/run.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gui/run.cs b/src/gui/run.cs
index 28c3b985..3615a282 100644
--- a/src/gui/run.cs
+++ b/src/gui/run.cs
@@ -669,7 +669,7 @@ public class RepairRunIntervalWindow
                //myTreeView.AppendColumn ( Catalog.GetString ("Time"), new CellRendererText(), "text", 
count++);
 
                Gtk.TreeViewColumn timeColumn = new Gtk.TreeViewColumn ();
-               timeColumn.Title = Catalog.GetString("TF");
+               timeColumn.Title = Catalog.GetString("Lap time");
                Gtk.CellRendererText timeCell = new Gtk.CellRendererText ();
                timeCell.Editable = true;
                timeCell.Edited += timeCellEdited;


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