From b71f1e3b6d3e5ce905cb2c4f7630b86720bad2e4 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Mon, 5 Feb 2001 21:26:44 +0000 Subject: Changed the text to pop up the Field Chooser. 2001-02-05 Christopher James Lahey * e-table-header-item.c: Changed the text to pop up the Field Chooser. svn path=/trunk/; revision=7988 --- widgets/table/e-table-header-item.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets') diff --git a/widgets/table/e-table-header-item.c b/widgets/table/e-table-header-item.c index 66dd882b3b..70bdb3d698 100644 --- a/widgets/table/e-table-header-item.c +++ b/widgets/table/e-table-header-item.c @@ -1270,7 +1270,7 @@ static EPopupMenu ethi_context_menu [] = { { N_("Group By Box"), NULL, GTK_SIGNAL_FUNC(ethi_popup_group_box), NULL, 1}, { "", NULL, GTK_SIGNAL_FUNC(NULL), NULL, 1}, { N_("Remove This Column"), NULL, GTK_SIGNAL_FUNC(ethi_popup_remove_column), NULL, 0}, - { N_("Field Chooser"), NULL, GTK_SIGNAL_FUNC(ethi_popup_field_chooser), NULL, 0}, + { N_("Add a Column..."), NULL, GTK_SIGNAL_FUNC(ethi_popup_field_chooser), NULL, 0}, { "", NULL, GTK_SIGNAL_FUNC(NULL), NULL, 1}, { N_("Alignment"), NULL, GTK_SIGNAL_FUNC(ethi_popup_alignment), NULL, 1}, { N_("Best Fit"), NULL, GTK_SIGNAL_FUNC(ethi_popup_best_fit), NULL, 2}, -- cgit v1.2.3