Mercurial > pidgin
changeset 24360:ca7b726c8831
merge of '8ed01adf0c9173501da81537854ce2954e9805e7'
and 'd5e8d63bd0bb69016447e0b053ea96ead0f57504'
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sat, 01 Nov 2008 19:07:22 +0000 |
parents | d9a50381a20c (diff) 28dd3f379639 (current diff) |
children | dcb1960ed69d |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkblist.c Fri Oct 31 16:24:24 2008 +0000 +++ b/pidgin/gtkblist.c Sat Nov 01 19:07:22 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);