# HG changeset patch # User Richard Laager # Date 1123518198 0 # Node ID e552095ec5990380fb6197398bcb7f976814ccc6 # Parent 0a3a85452896e79cd9614c17b43bc005f460c156 [gaim-migrate @ 13340] Clarify what is going to happen. committer: Tailor Script diff -r 0a3a85452896 -r e552095ec599 src/gtkconv.c --- a/src/gtkconv.c Mon Aug 08 16:07:27 2005 +0000 +++ b/src/gtkconv.c Mon Aug 08 16:23:18 2005 +0000 @@ -177,7 +177,7 @@ vbox = gtk_vbox_new(FALSE, 12); gtk_container_add(GTK_CONTAINER(hbox), vbox); - label = gtk_label_new(_("You have unread messages. Are you sure you want to continue?")); + label = gtk_label_new(_("You have unread messages. Are you sure you want to close the window?")); gtk_widget_set_size_request(label, 350, -1); gtk_label_set_line_wrap(GTK_LABEL(label), TRUE); gtk_misc_set_alignment(GTK_MISC(label), 0, 0);