changeset 11209:e552095ec599

[gaim-migrate @ 13340] Clarify what is going to happen. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 08 Aug 2005 16:23:18 +0000
parents 0a3a85452896
children 5ba038e1b21f
files src/gtkconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);