diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2001-02-06 05:26:44 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-02-06 05:26:44 +0800 |
commit | b71f1e3b6d3e5ce905cb2c4f7630b86720bad2e4 (patch) | |
tree | 970eaca72b1b9ca2910f552bcc38fe9ddf3aa914 /widgets | |
parent | 6240b1cdde1fe0f00f1ffce9295c6e9b2adcc817 (diff) | |
download | gsoc2013-evolution-b71f1e3b6d3e5ce905cb2c4f7630b86720bad2e4.tar gsoc2013-evolution-b71f1e3b6d3e5ce905cb2c4f7630b86720bad2e4.tar.gz gsoc2013-evolution-b71f1e3b6d3e5ce905cb2c4f7630b86720bad2e4.tar.bz2 gsoc2013-evolution-b71f1e3b6d3e5ce905cb2c4f7630b86720bad2e4.tar.lz gsoc2013-evolution-b71f1e3b6d3e5ce905cb2c4f7630b86720bad2e4.tar.xz gsoc2013-evolution-b71f1e3b6d3e5ce905cb2c4f7630b86720bad2e4.tar.zst gsoc2013-evolution-b71f1e3b6d3e5ce905cb2c4f7630b86720bad2e4.zip |
Changed the text to pop up the Field Chooser.
2001-02-05 Christopher James Lahey <clahey@helixcode.com>
* e-table-header-item.c: Changed the text to pop up the Field
Chooser.
svn path=/trunk/; revision=7988
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/table/e-table-header-item.c | 2 |
1 files changed, 1 insertions, 1 deletions
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}, |