[longomatch] Fix typo Position clumn name



commit 5bf3b336a3faa663e769654d6d0b5ea83c2f60de
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Jan 6 02:16:53 2010 +0100

    Fix typo Position clumn name

 .../Gui/TreeView/PlayerPropertiesTreeView.cs       |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch/Gui/TreeView/PlayerPropertiesTreeView.cs b/LongoMatch/Gui/TreeView/PlayerPropertiesTreeView.cs
index 84c3a27..cd2aff6 100644
--- a/LongoMatch/Gui/TreeView/PlayerPropertiesTreeView.cs
+++ b/LongoMatch/Gui/TreeView/PlayerPropertiesTreeView.cs
@@ -53,7 +53,7 @@ namespace LongoMatch.Gui.Component
 
 
 			Gtk.TreeViewColumn positionColumn = new Gtk.TreeViewColumn();
-			positionColumn.Title = "Lag Time";
+			positionColumn.Title = "Position";
 			Gtk.CellRendererText positionCell = new Gtk.CellRendererText();
 			positionColumn.PackStart(positionCell, true);
 



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