[chronojump] Minor fix



commit 056372e28e5821b845accffe34cf8530cd41acf7
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Jan 4 19:01:33 2021 +0100

    Minor fix

 src/gui/person/showAllEvents.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gui/person/showAllEvents.cs b/src/gui/person/showAllEvents.cs
index 43e7b855a..c8cf602bd 100644
--- a/src/gui/person/showAllEvents.cs
+++ b/src/gui/person/showAllEvents.cs
@@ -160,7 +160,7 @@ public class PersonShowAllEventsWindow
                int count = 0;
                tv.AppendColumn ( Catalog.GetString ("Session name"), new CellRendererText(), "text", 
count++);
                tv.AppendColumn ( Catalog.GetString ("Place"), new CellRendererText(), "text", count++);
-               tv.AppendColumn ( Catalog.GetString ("Date\n"), new CellRendererText(), "text", count++);
+               tv.AppendColumn ( Catalog.GetString ("Date"), new CellRendererText(), "text", count++);
                tv.AppendColumn ( Catalog.GetString ("Jumps\nsimple"), new CellRendererText(), "text", 
count++);
                tv.AppendColumn ( Catalog.GetString ("Jumps\nreactive"), new CellRendererText(), "text", 
count++);
                tv.AppendColumn ( Catalog.GetString ("Races\nsimple"), new CellRendererText(), "text", 
count++);


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