[gnome-network] Request for gnome-nettool break the string freeze



I'm asking for permission to apply the patch that solves
http://bugzilla.gnome.org/show_bug.cgi?id=151913

This patch breaks the string freeze (it means around 34 
languages that currently has this string translated).

It's a typo, it should be say "Transmission" instead of 
"Transmision".

-- 
Germán Poó Caamaño
http://www.ubiobio.cl/~gpoo/
Index: src/lookup.c
===================================================================
RCS file: /cvs/gnome/gnome-nettool/src/lookup.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- src/lookup.c	10 Sep 2004 04:26:12 -0000	1.5
+++ src/lookup.c	10 Sep 2004 05:02:54 -0000	1.6
@@ -282,6 +282,7 @@
 	/* Time To Live of a hostname in a name server */
 	column =
 	    gtk_tree_view_column_new_with_attributes
+		/* Time To Live of a hostname in a name server */
 	    (_("TTL"), renderer, "text", LOOKUP_TTL, NULL);
 	gtk_tree_view_column_set_alignment (column, 0.5);
 	g_object_set (G_OBJECT (renderer), "xalign", 1.0, NULL);


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