src/gtkconn.c

changeset 7648
8c8fa46e84a1
parent 7643
ab3cb7a417b3
child 7678
e71492542f69
equal deleted inserted replaced
7647:f2a950365612 7648:8c8fa46e84a1
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) {

mercurial