[longomatch] Fix string for date of birth



commit 98844a55af99c05f4c027b49c576d890855f4bd3
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Oct 25 15:04:59 2010 +0200

    Fix string for date of birth

 .../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 eb2e505..bffc597 100644
--- a/LongoMatch/Gui/TreeView/PlayerPropertiesTreeView.cs
+++ b/LongoMatch/Gui/TreeView/PlayerPropertiesTreeView.cs
@@ -52,7 +52,7 @@ namespace LongoMatch.Gui.Component
 			nameColumn.PackStart(nameCell, true);
 			
 			Gtk.TreeViewColumn birthdayColumn = new Gtk.TreeViewColumn();
-			birthdayColumn.Title = Catalog.GetString("Birth Day");
+			birthdayColumn.Title = Catalog.GetString("Date of Birth");
 			Gtk.CellRendererText birthdayCell = new Gtk.CellRendererText();
 			birthdayColumn.PackStart(birthdayCell, true);
 			



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