[longomatch] Column name must be translatable
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [longomatch] Column name must be translatable
- Date: Thu, 7 Jan 2010 03:44:46 +0000 (UTC)
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]