# HG changeset patch # User Sadrul Habib Chowdhury # Date 1179986606 0 # Node ID bac7cec1609d88c6c19d4d62b2eb9c2afd18890a # Parent 2f50c067b67b757c9714ee1fefe07358b01cd0f5 Fix #1159. diff -r 2f50c067b67b -r bac7cec1609d finch/gntnotify.c --- a/finch/gntnotify.c Thu May 24 02:40:23 2007 +0000 +++ b/finch/gntnotify.c Thu May 24 06:03:26 2007 +0000 @@ -168,7 +168,7 @@ gnt_label_new_with_format(_("You have mail!"), GNT_TEXT_FLAG_BOLD)); emaildialog.tree = tree = gnt_tree_new_with_columns(3); - gnt_tree_set_column_titles(GNT_TREE(tree), _("Account"), _("From"), _("Subject")); + gnt_tree_set_column_titles(GNT_TREE(tree), _("Account"), _("Sender"), _("Subject")); gnt_tree_set_show_title(GNT_TREE(tree), TRUE); gnt_tree_set_col_width(GNT_TREE(tree), 0, 15); gnt_tree_set_col_width(GNT_TREE(tree), 1, 25);