comparison src/gtkconn.c @ 7648:ab7497c96b1a

[gaim-migrate @ 8291] italian update, and one untranslated string committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 28 Nov 2003 14:54:19 +0000
parents 834570cb8d86
children cf6a7939af78
comparison
equal deleted inserted replaced
7647:6a4d65df3f1c 7648:ab7497c96b1a
404 GaimAccount *account = NULL; 404 GaimAccount *account = NULL;
405 GtkListStore *list_store; 405 GtkListStore *list_store;
406 GtkTreeViewColumn *col; 406 GtkTreeViewColumn *col;
407 GtkTreeSelection *sel = NULL; 407 GtkTreeSelection *sel = NULL;
408 408
409 label_text = g_strdup_printf("<span weight=\"bold\" size=\"larger\">%s has been disconnected.</span>\n\n%s\n%s", 409 label_text = g_strdup_printf(_("<span weight=\"bold\" size=\"larger\">%s has been disconnected.</span>\n\n%s\n%s"),
410 gaim_account_get_username(gaim_connection_get_account(gc)), gaim_date_full(), 410 gaim_account_get_username(gaim_connection_get_account(gc)), gaim_date_full(),
411 text ? text : _("Reason Unknown.")); 411 text ? text : _("Reason Unknown."));
412 412
413 /* Build the window if it isn't there yet */ 413 /* Build the window if it isn't there yet */
414 if (!disconnect_window) { 414 if (!disconnect_window) {