[chronojump] Fixed one string
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Fixed one string
- Date: Mon, 22 Mar 2021 11:42:11 +0000 (UTC)
commit e79798cb4423ad5f45f8efb3e5b8425805d1d7fb
Author: Xavier de Blas <xaviblas gmail com>
Date: Mon Mar 22 12:15:53 2021 +0100
Fixed one string
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 c8cf602b..5e6751cc 100644
--- a/src/gui/person/showAllEvents.cs
+++ b/src/gui/person/showAllEvents.cs
@@ -171,7 +171,7 @@ public class PersonShowAllEventsWindow
tv.AppendColumn ( Catalog.GetString ("Encoder sets"), new CellRendererText(), "text",
count++);
tv.AppendColumn ( Catalog.GetString ("Encoder repetitions"), new CellRendererText(), "text",
count++);
tv.AppendColumn ( Catalog.GetString ("Force sensor"), new CellRendererText(), "text",
count++);
- tv.AppendColumn ( Catalog.GetString ("Run encoder"), new CellRendererText(), "text", count++);
+ tv.AppendColumn ( Catalog.GetString ("Race analyzer"), new CellRendererText(), "text",
count++);
}
protected void fillTreeView (Gtk.TreeView tv, TreeStore store, int personID) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]