Mercurial > pidgin
changeset 27980:3a45ecbe4821
I think this is a little better.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sun, 02 Aug 2009 22:24:21 +0000 |
parents | 04f46e8750d4 |
children | 0af4b1fb0566 |
files | pidgin/gtkblist.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkblist.c Sat Aug 01 23:40:44 2009 +0000 +++ b/pidgin/gtkblist.c Sun Aug 02 22:24:21 2009 +0000 @@ -7130,7 +7130,7 @@ data->chat_data.rq_data.sg, data->group_combo, TRUE, NULL); - data->autojoin = gtk_check_button_new_with_mnemonic(_("Auto_join when account becomes online.")); + data->autojoin = gtk_check_button_new_with_mnemonic(_("Auto_join when account connects.")); 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);