]> hydra-www.ietfng.org Git - gtetrinet/commitdiff
added a requested translation tip.
authorJordi Mallach <jordim@src.gnome.org>
Sun, 2 Feb 2003 00:02:21 +0000 (00:02 +0000)
committerJordi Mallach <jordim@src.gnome.org>
Sun, 2 Feb 2003 00:02:21 +0000 (00:02 +0000)
ChangeLog
src/winlist.c

index f1bcb6f61ed79bef434564b9cae15c060657cbe6..22e64a9f91e2c57daadac1473399f6ea5bb0a377 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-02-02  Jordi Mallach  <jordi@sindominio.net>
+
+       * src/winlist.c: add a requested translation tip.
+
 2003-02-01  Jordi Mallach  <jordi@sindominio.net>
 
        * configure.in: check for and export GCONFTOOL.
index a7466b315860a3a9f632b2b98264489f9d53ccc6..830aabe1dc209a1c251ed3f8993e0ae2556ca3d1 100644 (file)
@@ -41,6 +41,7 @@ GtkWidget *winlist_page_new (void)
 
     winlist = gtk_tree_view_new_with_model (GTK_TREE_MODEL (winlist_store));
 
+    /* "T" stands for "Team" here */
     gtk_tree_view_insert_column_with_attributes (GTK_TREE_VIEW (winlist), -1, _("T"), renderer,
                                                  "text", 0, NULL);
     gtk_tree_view_insert_column_with_attributes (GTK_TREE_VIEW (winlist), -1, _("Name"), renderer,