[longomatch] Column name must be translatable



commit bd97a8d3d357a69b14140cac55a86a927057c9ec
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Thu Jan 7 03:29:14 2010 +0100

    Column name must be translatable

 .../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 cd2aff6..ba5f2cd 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 = "Position";
+			positionColumn.Title = Catalog.GetString("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]