Mercurial > pidgin
diff finch/gntnotify.c @ 17747:bac7cec1609d
Fix #1159.
| author | Sadrul Habib Chowdhury <imadil@gmail.com> |
|---|---|
| date | Thu, 24 May 2007 06:03:26 +0000 |
| parents | 46f2f86e08e4 |
| children | 464840043c66 |
line wrap: on
line diff
--- 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);
