im.pidgin.pidgin: 6ef3d376d42d3bb15dd41b30c3176791fd9b4584

sadrul at pidgin.im sadrul at pidgin.im
Wed Jan 2 07:05:45 EST 2008


-----------------------------------------------------------------
Revision: 6ef3d376d42d3bb15dd41b30c3176791fd9b4584
Ancestor: 3e4e79e38afa064ce9fa01ce8fff541abfac6f06
Author: sadrul at pidgin.im
Date: 2008-01-02T11:05:09
Branch: im.pidgin.pidgin

Modified files:
        pidgin/gtkcertmgr.c

ChangeLog: 

Mark a string for translation.

-------------- next part --------------
============================================================
--- pidgin/gtkcertmgr.c	7773544db393806fae0414825700e1190059ef4e
+++ pidgin/gtkcertmgr.c	d04a93aae41cad61ec018f745a495a465c396e6a
@@ -430,7 +430,7 @@ tls_peers_mgmt_build(void)
 		/* Set up the display columns */
 		renderer = gtk_cell_renderer_text_new();
 		column = gtk_tree_view_column_new_with_attributes(
-			"Hostname",
+			_("Hostname"),
 			renderer,
 			"text", TPM_HOSTNAME_COLUMN,
 			NULL);


More information about the Commits mailing list