changeset 24302:d9a50381a20c

A little clearer description for an option.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 01 Nov 2008 19:05:37 +0000
parents 8d040d580a44
children ca7b726c8831
files pidgin/gtkblist.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Fri Oct 31 09:32:41 2008 +0000
+++ b/pidgin/gtkblist.c	Sat Nov 01 19:05:37 2008 +0000
@@ -6951,7 +6951,7 @@
 	pidgin_add_widget_to_vbox(GTK_BOX(vbox), _("_Group:"), data->sg, data->group_combo, TRUE, NULL);
 	
 	data->autojoin = gtk_check_button_new_with_mnemonic(_("Auto_join when account becomes online."));
-	data->persistent = gtk_check_button_new_with_mnemonic(_("_Hide chat when the window is closed."));
+	data->persistent = gtk_check_button_new_with_mnemonic(_("_Remain in chat after window is closed."));
 	gtk_box_pack_start(GTK_BOX(vbox), data->autojoin, FALSE, FALSE, 0);
 	gtk_box_pack_start(GTK_BOX(vbox), data->persistent, FALSE, FALSE, 0);